# Tatum Blockchain Gateway **Official Documentation:** https://docs.tatum.io The following interfaces are available on this chain: - `algorand-testnet-rest` (rest) ## algorand-testnet-rest - rest All API endpoints are relative to the following base URL: `https://algorand-testnet.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 /genesis` - `GET /health` - `GET /ready` - `GET /v2/accounts/{account-id}` - `GET /v2/accounts/{account-id}/applications/{application-id}` - `GET /v2/accounts/{account-id}/assets/{asset-id}` - `GET /v2/accounts/{account-id}/transactions/pending` - `GET /v2/applications/{application-id}` - `GET /v2/applications/{application-id}/boxes` - `GET /v2/applications/{application-id}/{box-id}` - `GET /v2/assets/{asset-id}` - `GET /v2/blocks/{round}` - `GET /v2/blocks/{round}/hash` - `GET /v2/blocks/{round}/lightheader/proof` - `GET /v2/blocks/{round}/transactions/{transaction-id}/proof` - `GET /v2/blocks/{round}/txids` - `GET /v2/deltas/{round}` - `GET /v2/ledger/supply` - `GET /v2/status` - `GET /v2/status/wait-for-block-after/{round}` - `GET /v2/transactions/params` - `GET /v2/transactions/pending` - `GET /v2/transactions/pending/{transaction-id}` - `POST /v2/transactions` - `POST /v2/transactions/async` - `POST /v2/transactions/simulate`