REST V2
REST endpoints for V2 protocol information.
Oracle Information
Ping
To check the endpoint status:
- Arbitrum URL: https://arbitrum-api.gmxinfra.io/ping
- Avalanche URL: https://avalanche-api.gmxinfra.io/ping
Tickers
To get the latest price information for pricing display:
- Arbitrum URL: https://arbitrum-api.gmxinfra.io/prices/tickers
- Avalanche URL: https://avalanche-api.gmxinfra.io/prices/tickers
Signed Prices
To get the latest signed price information for sending transactions:
- Arbitrum URL: https://arbitrum-api.gmxinfra.io/signed_prices/latest
- Avalanche URL: https://avalanche-api.gmxinfra.io/signed_prices/latest
Candlesticks
To get candlesticks data:
- Arbitrum URL: https://arbitrum-api.gmxinfra.io/prices/candles?tokenSymbol=ETH&period=1d
- Avalanche URL: https://avalanche-api.gmxinfra.io/prices/candles?tokenSymbol=AVAX&period=1d
Required query parameters:
tokenSymbol
period
. 1m, 5m, 15m, 1h, 4h or 1d
Tokens
To get list of supported tokens:
- Arbitrum URL: https://arbitrum-api.gmxinfra.io/tokens
- Avalanche URL: https://avalanche-api.gmxinfra.io/tokens
Alternative URLs
Besides the above endpoints, the following alternative URLs are also usable: