# 0x API **Provider:** 0x **Category:** finance **Base URL:** `https://0x.org` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — [object Object] **Pricing:** Free tier available (freemium) **Docs:** https://0x.org/api ## Description API for querying token and pool stats across various liquidity pools ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://0x.org/` | See documentation for endpoint reference | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl 'https://0x.org' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/0x/) — CC BY 4.0*