Gate.io API
Gate.io cryptocurrency exchange public API for accessing market data including currencies, trading pairs, tickers, order books, trades, and candlestick data.
Slug: gateio
Key:
Base URL:
Auth: none
Endpoints: 8
Reachable: unknown
CORS: unknown
Tier: verified
Key:
gateio.ws:gate.io-apiBase URL:
https://api.gateio.ws/api/v4Auth: none
Endpoints: 8
Reachable: unknown
CORS: unknown
Tier: verified
Links
Topics
Tutorials
- Getting Started with Gate.io — I can fetch cryptocurrency market data — current prices, trading volumes, order books, and currency status — from Gate.io's public API with no authentication required.
Skills
- Get crypto market data gateio — I can fetch current cryptocurrency prices, 24-hour trading stats, and order book depth from Gate.io's public API — no authentication required.
Endpoints (8)
| Path | Summary | Response | Auth |
|---|---|---|---|
| spot/candlesticks | Get candlestick/OHLCV data | application/json |
none |
| spot/currencies | List all currencies | ? |
none |
| spot/currencies/{currency} | Get currency details | application/json |
none |
| spot/currency_pairs | List all trading pairs | ? |
none |
| spot/currency_pairs/{currency_pair} | Get trading pair details | application/json |
none |
| spot/order_book | Get order book | application/json |
none |
| spot/tickers | Get market tickers | ? |
none |
| spot/trades | Get recent trades | application/json |
none |