
Gateio is a public API providing api provides spot, margin and futures trading operations.
All requests require a Bearer Token provided in the Authorization header.
Authorization: Bearer $API_KEY| Method | Path | Description |
|---|---|---|
| GET | https://www.gate.io/api2 | Primary API endpoint. |
curl -X GET "https://www.gate.io/api2" \ -H "Accept: application/json"