📄️ Token
The token parameter allows you to submit a read-only access token as a parameter. If your access token is write-enabled (authorized for trading), you may not use the token as a parameter, and must submit it in a header.
📄️ Format
The format parameter is used to specify the format for your data. We support JSON and CSV formats. The default format is JSON.
📄️ Date Format
The dateformat parameter allows you specify the format you wish to receive date and time information in.
📄️ Limit
The limit parameter allows you to limit the number of results for a particular API call or override an endpoint’s default limits to get more data.
📄️ Offset
The offset parameter is used together with limit to allow you to implement pagination in your application. Offset will allow you to return values starting at a certain value.
📄️ Columns
The columns parameter is used to limit the results of any endpoint to only the columns you need.
📄️ Headers
The headers parameter is used to turn off headers when using CSV output.
📄️ Human Readable
The human parameter will use human-readable attribute names in the JSON or CSV output instead of the standard camelCase attribute names. Use of this parameter will result in API output that can be loaded directly into a table or viewer and presented to an end-user with no further transformation required on the front-end.
📄️ Data Feed
The feed parameter allows the user to modify the data feed used for the API's response, forcing it to use cached data.