Retrieve a list of markets based on various optional query parameters.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Search by exchange ID.
"poloniex"
Returns markets containing the base symbol.
"BTC"
Returns markets containing the quote symbol.
"ETH"
Returns markets containing the base ID.
"bitcoin"
Returns markets containing the quote ID.
"ethereum"
Returns all assets containing the symbol (base and quote).
"BTC"
Returns all assets containing the ID (base and quote).
"bitcoin"
Maximum number of results to return.
5
Offset for pagination.
1
A list of markets.
The response is of type object
.