QuickStart
To interact with an AVM chain just use one of the endpoints below, no keys required.
Example usage in SDKs for Algorand testnet
Algorand endpoints
Algorand | Full Indexer v2 API | Full Algod v2 API |
---|---|---|
MainNet | https://mainnet-idx.4160.nodely.dev | https://mainnet-api.4160.nodely.dev |
TestNet | https://testnet-idx.4160.nodely.dev | https://testnet-api.4160.nodely.dev |
BetaNet | https://betanet-idx.4160.nodely.dev | https://betanet-api.4160.nodely.dev |
FNet | https://fnet-idx.4160.nodely.dev | https://fnet-api.4160.nodely.dev |
more | networks @ AVM Endpoints matrix | <--- |
Algorand Mainnet endpoints info
- Cloudflare automatic balancing across 21+ geo locations
- Preflight acceleration (200+ locations)
- OK for production (backend & frontend)
Voi network endpoints
Voi | Full Indexer v2 API | Full Algod v2 API |
---|---|---|
Mainnet | https://mainnet-idx.voi.nodely.dev | https://mainnet-api.voi.nodely.dev |
Testnet | https://testnet-idx.voi.nodely.dev | https://testnet-api.voi.nodely.dev |
Voi Endpoints info
- Cloudflare automatic balancing across 2 geo locations in USA
- Preflight acceleration (200+ locations)
- OK for production (backend & frontend)
Usage
Nodely hosts vanilla Algod API and indexer API - just drop the URL in your SDK and you are good to go.
Click on a Front-End URL to proceed to online Algod Swagger or Indexer Swagger documentation / API playground