Skip to main content

Assets of a specific policy

GET /assets/policy/:policy_id

List of asset minted under a specific policy

Request

Path Parameters

    policy_id string required

    Specific policy_id

    Example: 476039a0949cf0b22f6a800f56780184c44533887ca6e821007840c3

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 information about a specific asset


Schema
  • Array [
  • asset string required

    Concatenation of the policy_id and hex-encoded asset_name

    quantity string required

    Current asset quantity

  • ]
Loading...