Markets
Get market data
Retrieve a list of markets based on various optional query parameters.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Search by exchange ID.
Example:
"poloniex"
Returns markets containing the base symbol.
Example:
"BTC"
Returns markets containing the quote symbol.
Example:
"ETH"
Returns markets containing the base ID.
Example:
"bitcoin"
Returns markets containing the quote ID.
Example:
"ethereum"
Returns all assets containing the symbol (base and quote).
Example:
"BTC"
Returns all assets containing the ID (base and quote).
Example:
"bitcoin"
Maximum number of results to return.
Example:
5
Offset for pagination.
Example:
1
Response
200 - application/json
A list of markets.