Authorizations
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.
Path Parameters
The trading pair (e.g. 'BTC-USD').
Query Parameters
Whether or not to populate view_only with the tradability status of the product. This is only enabled for SPOT products.
Response
A successful response.
The trading pair (e.g. 'BTC-USD').
"BTC-USD"
The current price for the product, in quote currency.
"140.21"
The amount the price of the product has changed, in percent, in the last 24 hours.
"9.43%"
The trading volume for the product in the last 24 hours.
"1908432"
The amount the volume of the product has changed, in percent, in the last 24 hours.
"9.43%"
Minimum amount base value can be increased or decreased at once.
"0.00000001"
Minimum amount quote value can be increased or decreased at once.
"0.00000001"
Minimum size that can be represented of quote currency.
"0.00000001"
Maximum size that can be represented of quote currency.
"1000"
Minimum size that can be represented of base currency.
"0.00000001"
Maximum size that can be represented of base currency.
"1000"
Name of the base currency.
"Bitcoin"
Name of the quote currency.
"US Dollar"
Whether or not the product is on the user's watchlist.
true
Whether or not the product is disabled for trading.
false
Whether or not the product is 'new'.
true
Status of the product.
Whether or not orders of the product can only be cancelled, not placed or edited.
true
Whether or not orders of the product can only be limit orders, not market orders.
true
Whether or not orders of the product can only be posted, not cancelled.
true
Whether or not the product is disabled for trading for all market participants.
false
Whether or not the product is in auction mode.
true
Symbol of the base display currency.
"BTC"
Symbol of the quote display currency.
"USD"
Type of the product.
UNKNOWN_PRODUCT_TYPE
, SPOT
, FUTURE
Symbol of the quote currency.
"USD"
Symbol of the base currency.
"BTC"
The current midpoint of the bid-ask spread, in quote currency.
"140.22"
Product id for the corresponding unified book.
"BTC-USD"
Product ids that this product serves as an alias for.
["BTC-USDC"]
Reflects whether an FCM product has expired. For SPOT, set get_tradability_status to get a return value here. Defaulted to false for all other product types.
true
Minimum amount price can be increased or decreased at once.
"0.00000001"
Display name for the product e.g. BTC-PERP-INTX => BTC PERP
"BTC PERP"
The sole venue id for the product. Defaults to CBE if the product is not specific to a single venue
UNKNOWN_VENUE_TYPE
, CBE
, FCM
, INTX
"neptune"
The approximate trading volume for the product in the last 24 hours based on the current quote.
"1908432"
The timestamp when the product was listed. This is only populated if product has new tag.
"2021-07-01T00:00:00.000Z"