You can access Algorand via Indexer REST API. Learn more: Indexer REST API reference
The following methods are allowed in the Native Access API:
- 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}/logs
- GET /v2/assets
- GET /v2/assets/{asset-id}
- GET /v2/assets/{asset-id}/balances
- GET /v2/assets/{asset-id}/transactions
- GET /v2/blocks/{round-number}
- GET /v2/transactions
- GET /v2/transactions/{txid}