Skip to main content
The Advanced Trade API lets you manage orders, portfolios, products, and fees with our new v3 endpoints.

Advanced Trade Endpoints

Advanced Trade endpoint URL: https://api.coinbase.com/api/v3/brokerage/{resource}

Private Endpoints

Consult the Authentication guide for more information on CDP API keys.

Public Endpoints

Public endpoints do not require authentication.
1s cache is enabled for all public endpoints. If you need real-time data, please choose one of the following options:
  • Use the WebSocket (recommended as this will provide the fastest product and market trades updates).
  • Set cache-control: no-cache header on the API requests to bypass caching.
  • Use the authenticated endpoints.