Coinbase Pro API
Coinbase Pro (now Coinbase Exchange) API for cryptocurrency market data. Provides public endpoints for accessing products, order books, trades, currencies, and historical data. Note: The Coinbase Pro API has been migrated to the Coinbase Exchange API.
Slug: coinbase-pro
Key:
Base URL:
Auth: none
Endpoints: 10
Reachable: unknown
CORS: unknown
Tier: verified
Key:
coinbase.com:coinbase-pro-apiBase URL:
https://api.pro.coinbase.com/Auth: none
Endpoints: 10
Reachable: unknown
CORS: unknown
Tier: verified
Links
Topics
Endpoints (10)
| Path | Summary | Response | Auth |
|---|---|---|---|
| currencies | List currencies | ? |
none |
| currencies/{currency_id} | Get currency details | application/json |
none |
| products | List trading pairs | ? |
none |
| products/{product_id} | Get product details | application/json |
none |
| products/{product_id}/book | Get order book | application/json |
none |
| products/{product_id}/candles | Get historical rates (candles) | application/json |
none |
| products/{product_id}/stats | Get 24hr stats | application/json |
none |
| products/{product_id}/ticker | Get product ticker | application/json |
none |
| products/{product_id}/trades | Get recent trades | application/json |
none |
| time | Get server time | ? |
none |