Skip to main content
Alephium addresses are base58-encoded strings. Every address belongs to a group (0–3) determined by the address itself. You don’t need to know the group for most queries, the node figures it out.

Get address balance

Returns the current ALPH balance for an address.
balance and lockedBalance are in attoALPH. Divide by 10^18 to get ALPH. The Hint fields do that for you as a readable string. lockedBalance refers to funds locked by time-lock constraints on UTXOs.

Get address UTXOs

Returns the unspent transaction outputs for an address. Useful when building transactions manually.

Get address group

Returns which shard group an address belongs to.

Get token balances

Returns all token balances held by an address alongside the ALPH balance.

Get transactions for address

Returns transactions involving an address. This endpoint is paginated.

Get mempool transactions for address

Returns pending (unconfirmed) transactions for an address.

Check if address is active

Returns whether an address has had any onchain activity.

Parameters reference