# Coinbase Pro API **Provider:** Coinbase Pro **Category:** finance **Base URL:** `https://docs.pro.coinbase.com` **Auth:** api-key โ€” `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 10 req/s (public) ยท 15 req/s (private) **Free Tier:** Yes โ€” available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://docs.pro.coinbase.com/#api ## Description Cryptocurrency Trading Platform ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://docs.pro.coinbase.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://docs.pro.coinbase.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Coinbase Pro has merged into Coinbase Advanced Trade. Maker fees from 0%/taker fees from 0.60% depending on 30-day volume. Free for market data. --- *Source: [API Map](https://apimap.dev/apis/coinbase-pro/) โ€” CC BY 4.0*