Universal Parameters
The following parameters are universal and can be used with any endpoint unless otherwise indicated in that endpoint's documentation.
📄️ Token
The token parameter allows you to submit a read-only access token as a parameter.
📄️ Data Mode
Use the mode parameter to choose live or cached data, which sets the freshness guarantee and the credits a Market Data request costs.
📄️ 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
Use the dateformat parameter to receive timestamps as a formatted timestamp, a unix epoch value or a spreadsheet serial number.
📄️ 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
Use the offset parameter with limit to paginate a Market Data API response, starting the returned values at a position you choose.
📄️ 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
Use the human parameter to get human-readable attribute names in JSON or CSV, so the output can go straight into a table for an end user.