Gate.io API serves ticker, pair definition, order book and candle data through its public spot v4 endpoints.
The information on this page was compiled from the provider's own sources, but the record has not been through full editorial review. Verify access conditions and limits against the provider's current documentation. Records in this state are not indexed by search engines.
Our review criteriaCatalog notes to consider when evaluating the integration, in addition to the provider documentation.
Pairs use an underscore separator, for example BTC_USDT. The documentation site blocks automated requests so its content could not be read from here; the endpoints themselves were called directly and verified without a key on 2026-08-08. The currency_pairs response carries per-pair minimum amounts and precision rules, which are worth reading before building order logic.
Last verified: August 9, 2026
Public test lab configuration summary for this API.
https://api.gateio.ws/Methods
Verified endpoint examples
/api/v4/spot/tickersTicker lookup
Returns last price, volume and change data for the selected pair.
/api/v4/spot/currency_pairsCurrency pairs
Lists supported pairs with minimum amounts and precision rules.
/api/v4/spot/order_bookOrder book
Returns bid and ask levels for the selected pair.
/api/v4/spot/candlesticksCandlesticks
Returns OHLCV candle data for the selected interval.
Tracked public interactions for this catalog entry.
views
10
doc clicks
0
API calls
13
API ownership claim
If you are the official provider of this API, you can submit an ownership claim.