Skip to main content

Fallback URLs

This page covers Oracle API fallback URLs. The GMX API uses a different redundancy model — see GMX API peer deployments below.

Oracle API Fallbacks

The Oracle API uses chain-specific primary endpoints such as https://arbitrum-api.gmxinfra.io. When the primary Oracle API endpoint is unavailable for a chain, use the corresponding fallback endpoint below.

NetworkFallback 1Fallback 2
Arbitrumhttps://arbitrum-api-fallback.gmxinfra.iohttps://arbitrum-api-fallback.gmxinfra2.io
Avalanchehttps://avalanche-api-fallback.gmxinfra.iohttps://avalanche-api-fallback.gmxinfra2.io
Botanixhttps://botanix-api-fallback.gmxinfra.iohttps://botanix-api-fallback.gmxinfra2.io

GMX API Peer Deployments

The GMX API does not use a primary-plus-fallback pattern. It is deployed per chain across two independent peer base URLs, both user-facing:

NetworkPeer A (.io)Peer B (.ai)
Arbitrumhttps://arbitrum.gmxapi.io/v1https://arbitrum.gmxapi.ai/v1
Avalanchehttps://avalanche.gmxapi.io/v1https://avalanche.gmxapi.ai/v1
Botanixhttps://botanix.gmxapi.io/v1https://botanix.gmxapi.ai/v1
MegaETHhttps://megaeth.gmxapi.io/v1https://megaeth.gmxapi.ai/v1

Both peers receive the same data and accept the same requests. Either base URL can be used on its own, and direct integrators are encouraged to rotate across both rather than hard-coding a single peer.