Gateio
API provides spot, margin and futures trading operations
- Authentication
- API Key
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Cryptocurrency
- Documentation / URL
- https://www.gate.io/api2
Overview
Gate.io’s V4 API provides spot, margin, and futures market data plus trading. Public market data is keyless (verified live); API keys are for private endpoints.
Quick Start
Spot tickers (verified live):
curl "https://api.gateio.ws/api/v4/spot/tickers?currency_pair=BTC_USDT"
[
{
"currency_pair": "BTC_USDT",
"last": "77090.5",
"low_24h": "76000",
"high_24h": "78000",
"change_percentage": "1.2",
"base_volume": "12345.67",
"quote_volume": "950000000"
}
]
Order book:
curl "https://api.gateio.ws/api/v4/spot/order_book?currency_pair=BTC_USDT&limit=5"
Currencies:
curl "https://api.gateio.ws/api/v4/spot/currencies"
Authentication
- Public endpoints: none (keyless).
- Private endpoints:
KEY/SIGN/Timestampheaders with HMAC-SHA512 signing — see the docs.
Rate Limits & Notes
- Public endpoints: throttled per IP (see docs); private keys raise limits.
- Symbols use underscore pairs:
BTC_USDT(not dash). - V4 is the current API — V2 is legacy.
- The
api.gateio.wshost is the global API (there are regional hosts too).
FAQ
Is Gate.io public data free? Yes — public market data is keyless (verified).
What’s the symbol format?
Underscore pairs: BTC_USDT.
Which API version?
V4 (api.gateio.ws/api/v4).
More in Cryptocurrency
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| 0x API for querying token and pool stats across various liquidity pools | No auth | Yes | Yes | ↗ |
| 1inch API for querying decentralize exchange | No auth | Yes | Unknown | ↗ |
| Alchemy Ethereum Ethereum Node-as-a-Service Provider | API Key | Yes | Yes | ↗ |
| Alpha (Mossland) Korean crypto channel stance + RAG Q&A + canonical entity/topic/event store | No auth | Yes | Yes | ↗ |
| Binance Exchange for Trading Cryptocurrencies based in China | API Key | Yes | Unknown | ↗ |