This document was generated automatically. Please see README Generator for more info.
Required? | Name | Description | Type | Options | Default |
---|---|---|---|---|---|
API_USERNAME | username for dxfeed API | string | |||
API_PASSWORD | password for dxfeed API | string | |||
WS_API_ENDPOINT | The websocket url for dxfeed | string | |||
API_ENDPOINT | The API url for dxfeed | string | https://tools.dxfeed.com/webservice/rest |
Name | Requests/credits per second | Requests/credits per minute | Requests/credits per hour | Note |
---|---|---|---|---|
unlimited | 100 | Dxfeed does not describe a rate limit, but setting reasonable limits |
Required? | Name | Description | Type | Options | Default |
---|---|---|---|---|---|
endpoint | The endpoint to use | string | commodities, crypto, forex, price, stock | price |
Supported names for this endpoint are: commodities
, crypto
, forex
, price
, stock
.
Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
---|---|---|---|---|---|---|---|---|
✅ | base | coin , from , market |
The symbol of the currency to query | string |
Request:
{
"data": {
"endpoint": "price",
"base": "TSLA"
}
}
MIT License