This document was generated automatically. Please see README Generator for more info.
Required? | Name | Description | Type | Options | Default |
---|---|---|---|---|---|
API_ENDPOINT | Base URL for the REST Galaxy API | string | https://data.galaxy.com/v1.0/login |
||
WS_API_ENDPOINT | WS URL for the Galaxy API | string | wss://data.galaxy.com/v1.0/ws |
||
✅ | WS_API_KEY | Key for the Galaxy API | string | ||
✅ | WS_API_PASSWORD | Password for the Galaxy API | string |
There are no rate limits for this adapter.
Required? | Name | Description | Type | Options | Default |
---|---|---|---|---|---|
endpoint | The endpoint to use | string | crypto, price | price |
Supported names for this endpoint are: crypto
, price
.
Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
---|---|---|---|---|---|---|---|---|
✅ | base | coin , from |
The symbol of symbols of the currency to query | string | ||||
✅ | quote | market , to |
The symbol of the currency to convert to | string |
Request:
{
"data": {
"endpoint": "price",
"base": "ETH",
"quote": "USD"
}
}
MIT License