Public
List Public Products
Get a list of the available currency pairs for trading.
GET
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.
Available options:
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.
Available options:
UNKNOWN_CONTRACT_EXPIRY_TYPE
, EXPIRING
, PERPETUAL
Only returns contracts with this status (default is UNEXPIRED).
Available options:
UNKNOWN_EXPIRING_CONTRACT_STATUS
, STATUS_UNEXPIRED
, STATUS_EXPIRED
, STATUS_ALL
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).
Available options:
PRODUCTS_SORT_ORDER_UNDEFINED
, PRODUCTS_SORT_ORDER_VOLUME_24H_DESCENDING
, PRODUCTS_SORT_ORDER_LIST_TIME_DESCENDING
Response
200
application/json
A successful response.
The response is of type object
.