Accounts
Accounts
Mirror node REST API endpoints for Hedera accounts, including balances, allowances, token relationships, owned NFTs, and staking reward payout history.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Mirror node REST API endpoints for Hedera accounts, including balances, allowances, token relationships, owned NFTs, and staking reward payout history.
| Endpoint | Description |
|---|---|
GET /api/v1/accounts | Retrieves a list of accounts on the network. |
GET /api/v1/accounts/{idOrAliasOrEvmAddress} | Fetches details of a specific account by ID, alias, or EVM address. |
GET /api/v1/accounts/{idOrAliasOrEvmAddress}/allowances/crypto | Retrieves hbar allowances granted by an account. |
GET /api/v1/accounts/{idOrAliasOrEvmAddress}/rewards | Gets past staking reward payouts for an account. |
GET /api/v1/accounts/{idOrAliasOrEvmAddress}/airdrops/outstanding | Fetches the outstanding token airdrops for a given account. |
GET /api/v1/accounts/{idOrAliasOrEvmAddress}/airdrops/pending | Fetech the pending token airdrops for a given account. |
GET /api/v1/accounts/{idOrAliasOrEvmAddress}/allowances/tokens | Retrieves token allowances granted by an account. |
GET /api/v1/accounts/{idOrAliasOrEvmAddress}/allowances/nfts | Retrieves nft allowances granted by an account. |
GET /api/v1/accounts/{idOrAliasOrEvmAddress}/nfts | Fetches the nfts for an account. |
Was this page helpful?