Skip to main content

Get the balance of a hex-encoded Ed25519 address.

GET 

/api/v1/addresses/ed25519/:address

Get the balance of a hex-encoded Ed25519 address.

Request

Path Parameters

    address stringrequired

    hex-encoded Ed25519 address

    Example: efdc112efe262b304bcf379b26c31bad029f616ee3ec4aa6345a366e4c9e43a3

Responses

Successful operation.

Schema
    data objectrequired
    addressType integerrequired

    The type of the address. Value 0 denotes a Ed25519 address.

    address stringrequired

    The hex-encoded Ed25519 address.

    balance integerrequired

    The computed balance for the address.

    dustAllowed booleanrequired

    Tells whether the address can receive dust or not.

    ledgerIndex integerrequired

    The current ledger index for which the request was made.

Loading...