Skip to main content

Returns an address's balance.

GET 

/api/explorer/v2/balance/:address

Returns the balance of IOTA tokens owned by a given bech32 address.

Request

Path Parameters

    address stringrequired

    bech32 address that is referenced by the outputs.

    Example: iota1qpf0mlq8yxpx2nck8a0slxnzr4ef2ek8f5gqxlzd0wasgp73utryj430ldu

Responses

Successful operation.

Schema
    totalBalance string

    The total value held in unspent outputs that is unlockable by the given address or currently timelocked. Does not include funds held in storage deposit.

    availableBalance string

    The total value held in unspent outputs that is immediately unlockable at ledgerIndex by the given address. Does not include funds held in storage deposit.

    ledgerIndex integer

    The ledger index for which the balance calculation was performed.

Loading...