This document was generated automatically. Please see README Generator for more info.
Required? | Name | Description | Type | Options | Default |
---|---|---|---|---|---|
API_ENDPOINT | The HTTP API endpoint to use | string | https://oracle.prod.gsr.io/v1 |
||
WS_API_ENDPOINT | The WS API endpoint to use | string | wss://oracle.prod.gsr.io/oracle |
||
✅ | WS_USER_ID | The user ID used to authenticate | string | ||
✅ | WS_PUBLIC_KEY | The public key used to authenticate | string | ||
✅ | WS_PRIVATE_KEY | The private key used to authenticate | string |
There are no rate limits for this adapter.
Required? | Name | Description | Type | Options | Default |
---|---|---|---|---|---|
endpoint | The endpoint to use | string | crypto-lwba, crypto, crypto_lwba, cryptolwba, price-ws, price | price |
Supported names for this endpoint are: crypto
, crypto-lwba
, crypto_lwba
, cryptolwba
, price
, price-ws
.
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