Algorand

This section provides information specific to the Algorand blockchain.

arrow-up-rightOpen Toolbox arrow-up-rightOpen API Management (RPC)

circle-info

Chain.Love on Algorand is a set of modules that help you discover providers and (optionally) access Algorand APIs through an API gateway.

  • Discover providers (start here): open the Toolboxarrow-up-right → browse categories (Indexing, Oracles, Wallets, etc.) → shortlist and compare offers.

  • Need an endpoint right now: open API Managementarrow-up-right → use the Algod/Indexer endpoints (details below).

Modules on Algorand

Toolbox (Discovery & comparison)

  • What it is: a chain-specific marketplace/registry of Web3 services.

  • Key features:

    • Discover: browse categories and filter offers

    • Compare: side-by-side comparison

    • AI search: search across the database (including cross-ecosystem queries)

    • Widget for docs: embed a compact Toolbox view into documentation

    • Contributing: improve the open-source database

  • Open: https://algorand.chain.love/

API Management (RPC)

This module is for accessing APIs. If you’re evaluating providers or comparing options, start with the Toolbox section above.

Signing in with your wallet

Algorand additionally provide you with the option to connect via Pera walletarrow-up-right to sign in.

Sending requests

We host two REST API endpoints for Algorand:

Both nodes are free to use for 10 requests per minute without authenthication and for 10M Credits with authentication.

circle-info

Unlike other Chain.Love deployments, you have to use a custom header to provide your query key!

  • For Archival Node: "X-Algo-API-Token: QUERY_KEY"

  • For Indexer Node: "X-Indexer-API-Token: QUERY_KEY"

Last updated