Algorand
This section provides information specific to the Algorand blockchain.
Last updated
This section provides information specific to the Algorand blockchain.
Last updated
Unlike other Proteus Shield deployments, Algorand requires the and not Metamask to sign in.
We host two REST API endpoints for Algorand:
: This node provides access to the entire blockchain history, starting from genesis, as is. You can learn more about its API here: . Only GET endpoints are supported.
: This node provides REST API for searching Algorand blockchain. You can learn more about the indexer here: . You can find the REST API documentation here: .
Both nodes are free to use and require authentication.
Unlike other Proteus Shield deployments, you have to use a custom header to provide your API key:
For Archival Node: "X-Algo-API-Token: API_KEY"
For Indexer Node: "X-Indexer-API-Token: API_KEY"