Skip to main content

Assets associated with the account addresses

GET /accounts/:stake_address/addresses/assets

Obtain information about assets associated with addresses of a specific account.

Be careful, as an account could be part of a mangled address and does not necessarily mean the addresses are owned by user as the account.

Request

Path Parameters

    stake_address string required

    Bech32 stake address.

    Example: stake1u9ylzsgxaa6xctf4juup682ar3juj85n8tx3hthnljg47zctvm3rc

Query Parameters

    count integer

    Possible values: >= 1 and <= 100

    Default value: 100

    The number of results displayed on one page.

    page integer

    Possible values: >= 1 and <= 21474836

    Default value: 1

    The page number for listing the results.

    order string

    Possible values: [asc, desc]

    Default value: asc

    The ordering of items from the point of view of the blockchain, not the page listing itself. By default, we return oldest first, newest last.

Responses

Return the account addresses content


Schema
  • Array [
  • unit Concatenation of asset policy_id and hex-encoded asset_name required

    The unit of the value

    quantity string required

    The quantity of the unit

  • ]
Loading...