Coinbase Exchange API
cURL
curl --request GET \ --url https://api.exchange.coinbase.com/products/volume-summary
[ [ { "id": "GALA-XYO", "base_currency": "GALA", "quote_currency": "XYO", "display_name": "GALA-XYO", "market_types": [ "rfq" ], "spot_volume_24hour": "", "spot_volume_30day": "", "rfq_volume_24hour": "1232.2342", "rfq_volume_30day": "2453232.2342", "conversion_volume_24hour": "0", "conversion_volume_30day": "0" } ] ]
Gets 30day and 24hour volume for all products and market types
Documentation IndexFetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?