Get a list of the available currency pairs for trading.
A JWT signed using your CDP API Key Secret, encoded in base64. Refer to the Creating API Keys section of our Coinbase App Authentication docs for information on how to generate your Bearer Token.
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
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
A successful response.
The response is of type object
.