This document was generated automatically. Please see README Generator for more info.
Required? | Name | Description | Type | Options | Default |
---|---|---|---|---|---|
WS_API_ENDPOINT | WS endpoint for Data Provider | string | wss://production-feed.mobula.io |
||
✅ | API_KEY | An API key for Data Provider | string |
There are no rate limits for this adapter.
Required? | Name | Description | Type | Options | Default |
---|---|---|---|---|---|
endpoint | The endpoint to use | string | crypto, price, state | price |
Supported names for this endpoint are: crypto
, price
, state
.
Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
---|---|---|---|---|---|---|---|---|
✅ | base | coin , from , market , symbol |
The symbol of symbols of the currency to query | string | ||||
✅ | quote | convert , to |
The symbol of the currency to convert to | string |
Request:
{
"data": {
"endpoint": "price",
"base": "ETH",
"quote": "USD"
}
}
MIT License