# Gateio API **Provider:** Gateio **Category:** finance **Base URL:** `https://www.gate.io` **Auth:** api-key โ€” `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 900 req/s (HTTP) ยท 200 req/s (private) **Free Tier:** Yes โ€” available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://www.gate.io/api2 ## Description API provides spot, margin and futures trading operations ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://www.gate.io/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://www.gate.io' ``` ## Sample Response ```json {} ``` ## Pricing Details Free public API. Spot trading: maker 0.20%/taker 0.20% (decreases with GT token holdings or volume). Futures and options available. --- *Source: [API Map](https://apimap.dev/apis/gateio/) โ€” CC BY 4.0*