APIHub
Back to Explore

Gateio

The Gate.io API gives developers programmatic access to the exchange’s core trading features – buying and selling cryptocurrencies on spot, margin and futures markets (including options) as well as related services such as conversion, auto‑invest and other asset‑management tools.

Cryptocurrency
none
HTTPS
CORS: Unknown
Description enriched
Visit official documentation

Latency

130ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/marketlist

Returns market details such as pair, coin name, symbol, last price, trading volume, supply, market cap, and price trend.

GET

/tickers

Returns the tickers for all supported trading pairs at once (cached for 20 seconds).

GET

/pairs

Return all the trading pairs supported by Gate.

GET

/marketinfo

Returns all markets fee, minimum order total amount, and price decimal places.

GET

/coininfo

Return coin info including deposit, withdraw and trade status.

GET

/1/pairs

Return all the trading pairs supported by Gate.

GET

/1/marketinfo

Returns all markets' fee, minimum order total amount, and price decimal places.

GET

/1/coininfo

Return coin information including deposit, withdraw, and trade status.

GET

/1/marketlist

Returns market details such as pair, coin name, last price, volume, supply, market cap, and price trend.

GET

/1/tickers

Returns the tickers for all supported trading pairs (cached for 20 seconds).

GET

/1/ticker/{pair}

Returns the ticker for a specific trading pair.

  • pair (path, required) — Trading pair in the format CURR_A_CURR_B (e.g., usdt_cny).
GET

/ticker/{curr_a}_{curr_b}

Returns the ticker for a specific trading pair.

  • curr_a (path, required) — Base currency symbol (replace [CURR_A] in the URL).
  • curr_b (path, required) — Quote currency symbol (replace [CURR_B] in the URL).

12 endpoints auto-detected

Authentication

This API requires authentication: apiKey.

curl -X GET \
  "https://www.gate.io/api2/marketlist"

www.gate.io · HTTPS only