# dYdX API **Provider:** dYdX **Category:** finance **Base URL:** `https://docs.dydx.exchange` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 100 req/10s **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://docs.dydx.exchange/ ## Description Explore the official dYdX documentation for developers and traders. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://docs.dydx.exchange/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://docs.dydx.exchange' ``` ## Sample Response ```json {} ``` ## Pricing Details Free and open. dYdX decentralized exchange API for market data and trading. --- *Source: [API Map](https://apimap.dev/apis/dydx/) — CC BY 4.0*