Get tickers
Market Data
Get tickers
This endpoint returns current market data for all currently listed Futures contracts and indices.
GET
Get tickers
Query Parameters
Contract type(s) to return statuses for.
By default, includes all futures instrument types.
Multi-value example: ?contractType=futures_inverse&contractType=futures_vanilla
Available options:
futures_inverse, futures_vanilla, flexible_futures, options, all Market symbol(s) to filter tickers by.
Symbols are case-insensitive. Multi-value example: ?symbol=PF_BTCUSD&symbol=pf_ethusd
Market symbol
Pattern:
[A-Z0-9_.]+Response
200 - application/json
- Success Response
- Errors
A list containing a structures for each available instrument. The list is in no particular order.
- Market Ticker
- Index Ticker
Available options:
success Example:
"success"
Server time in Coordinated Universal Time (UTC)
Example:
"2020-08-27T17:03:33.196Z"