Backup endpoints
Choice of endpoints
Nodely uses multiple domains for API endpoints to provide end-users and dApps with a diverse choice of CDN operators.
dApps should allow end-users to customize the API endpoint set to increase availability as well as promote decentralization.
Back-end solutions should adopt automatic or feature-flag failover to quickly switch endpoints sets in case of global CDN outage.
Algorand network free endpoints
${net} = mainnet | testnet
Endpoint schema | Function | Type | CDN | Availability |
---|---|---|---|---|
${net}-api.4160.nodely.dev | Primary | Algod API | Cloudflare | Highest, 19 regions |
${net}-idx.4160.nodely.dev | Primary | Indexer API | Cloudflare | Highest, 19 regions |
${net}-api.algonode.xyz | Backup | Algod API | Bunny | High, 19 regions |
${net}-idx.algonode.xyz | Backup | Indexer API | Bunny | High, 19 regions |
${net}-api.algonode.network | Disaster | Algod API | no CDN | DNS failover, 12 regions |
${net}-idx.algonode.network | Disaster | Indexer API | no CDN | DNS failover, 12 regions |
Algorand network commercial endpoints
${net} = mainnet | testnet
Endpoint schema | Function | Type | CDN | Availability |
---|---|---|---|---|
${net}-api.4160.nodely.io | Commercial only | Algod API | Cloudflare | Highest + Argo boost, 21 regions |
${net}-idx.4160.nodely.io | Commercial only | Indexer API | Cloudflare | Highest + Argo boost, 21 regions |
${net}-api.4160.nodely.dev | Secondary | Algod API | Cloudflare | Highest |
${net}-idx.4160.nodely.dev | Secondary | Indexer API | Cloudflare | Highest |
${net}-api.algonode.xyz | Backup | Algod API | Bunny | High |
${net}-idx.algonode.xyz | Backup | Indexer API | Bunny | High |
${net}-api.algonode.network | Disaster | Algod API | no CDN | DNS failover |
${net}-idx.algonode.network | Disaster | Indexer API | no CDN | DNS failover |