Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 2.96 KB

File metadata and controls

57 lines (38 loc) · 2.96 KB

DXFEED_SECONDARY

2.0.28 v3

This document was generated automatically. Please see README Generator for more info.

Environment Variables

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

Data Provider Rate Limits

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

Input Parameters

Required? Name Description Type Options Default
endpoint The endpoint to use string commodities, crypto, forex, price, stock price

Price Endpoint

Supported names for this endpoint are: commodities, crypto, forex, price, stock.

Input Params

Required? Name Aliases Description Type Options Default Depends On Not Valid With
base coin, from, market The symbol of the currency to query string

Example

Request:

{
  "data": {
    "endpoint": "price",
    "base": "TSLA"
  }
}

MIT License