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.
Query Parameters
Only returns the orders matching this product type. By default, returns all product types.
UNKNOWN_PRODUCT_TYPE
, SPOT
, FUTURE
Only returns the orders matching this contract expiry type. Only applicable if product_type is set to FUTURE.
UNKNOWN_CONTRACT_EXPIRY_TYPE
, EXPIRING
, PERPETUAL
Venue for product
UNKNOWN_VENUE_TYPE
, CBE
, FCM
, INTX
Response
A successful response.
Total fees across assets, denoted in USD.
25
Description of maker and taker rates across all applicable fee tiers.
Margin rate, only applicable to product_type FUTURE
.
Represents a decimal number with precision.
0.5
Advanced Trade volume (non-inclusive of Pro) across assets, denoted in USD.
1000
Advanced Trade fees (non-inclusive of Pro) across assets, denoted in USD.
25
Coinbase Pro volume across assets, denoted in USD.
1000
Coinbase Pro fees across assets, denoted in USD.
25
Total balance across assets and products, which is comprised of the sum of spot, intx, and fcm, and denoted in USD.
"1000"
Breakdown of volumes that contributed to the fee tier calculation.
[
{
"volume_type": "VOLUME_TYPE_SPOT",
"volume": 1000
}
]