Skip to main content

Assets

GET /assets

List of assets. If an asset is completely burned, it will stay on the list with quantity 0 (order of assets is immutable).

Request

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. Ordering in this case is based on the time of the first mint transaction.

Responses

Return list of assets


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

    Asset identifier

    quantity string required

    Current asset quantity

  • ]
Loading...