GMX_API_V2_URLS_FALLBACK
Documentation for eth_defi.gmx.constants.GMX_API_V2_URLS_FALLBACK data.
- GMX_API_V2_URLS_FALLBACK: dict[str, str] = {'arbitrum': 'https://gmx-api-arbitrum-2nlbk.ondigitalocean.app/v1', 'avalanche': 'https://gmx-api-avalanche-vxjas.ondigitalocean.app/v1'}
Fallback REST API v2 endpoint URLs (DigitalOcean mirror).
Used by
_make_v2_request()when the primaryGMX_API_V2_URLS(gmxapi.io) and thegmxapi.aipeer both fail. The correct path prefix is/v1(not/api/v1).