List Products
Get a list of the available currency pairs for trading.
Query Parameters
The number of products to be returned.
The number of products to skip before returning.
Only returns the orders matching this product type. By default, returns all product types.
UNKNOWN_PRODUCT_TYPE
, SPOT
, FUTURE
The list of trading pairs (e.g. 'BTC-USD').
Only returns the orders matching the contract expiry type. Only applicable if product_type is set to FUTURE.
UNKNOWN_CONTRACT_EXPIRY_TYPE
, EXPIRING
, PERPETUAL
Only returns contracts with this status (default is UNEXPIRED).
UNKNOWN_EXPIRING_CONTRACT_STATUS
, STATUS_UNEXPIRED
, STATUS_EXPIRED
, STATUS_ALL
Whether or not to populate view_only with the tradability status of the product. This is only enabled for SPOT products.
If true, return all products of all product types (including expired futures contracts).
The order in which products are returned. By default, products are returned in 24 hour volume descending (in quote).
PRODUCTS_SORT_ORDER_UNDEFINED
, PRODUCTS_SORT_ORDER_VOLUME_24H_DESCENDING
, PRODUCTS_SORT_ORDER_LIST_TIME_DESCENDING
Response
A successful response.
The response is of type object
.