# Tatum Blockchain Gateway **Official Documentation:** https://docs.tatum.io The following interfaces are available on this chain: - `algorand-mainnet-indexer` (rest) ## algorand-mainnet-indexer - rest All API endpoints are relative to the following base URL: `https://algorand-mainnet-indexer.gateway.tatum.io` The following is a curated list of supported REST API endpoints. Please refer to the official documentation for details on path parameters, query parameters, and request bodies. - `GET /health` - `GET /v2/accounts` - `GET /v2/accounts/{account-id}` - `GET /v2/accounts/{account-id}/apps-local-state` - `GET /v2/accounts/{account-id}/assets` - `GET /v2/accounts/{account-id}/created-applications` - `GET /v2/accounts/{account-id}/created-assets` - `GET /v2/accounts/{account-id}/transactions` - `GET /v2/applications` - `GET /v2/applications/{application-id}` - `GET /v2/applications/{application-id}/box` - `GET /v2/applications/{application-id}/boxes` - `GET /v2/applications/{application-id}/logs` - `GET /v2/assets` - `GET /v2/assets/{asset-id}` - `GET /v2/assets/{asset-id}/balances` - `GET /v2/assets/{asset-id}/transactions` - `GET /v2/block-headers` - `GET /v2/blocks/{round}` - `GET /v2/transactions` - `GET /v2/transactions/{transaction-id}`