Skip to main content

Specific asset

GET /assets/:asset

Information about a specific asset

Request

Path Parameters

    asset string required

    Concatenation of the policy_id and hex-encoded asset_name

    Example: b0d07d45fe9514f80213f4020e5a61241458be626841cde717cb38a76e7574636f696e
Responses

Return the information about a specific asset


Schema
    asset string required

    Hex-encoded asset full name

    policy_id string required

    Policy ID of the asset

    asset_name string nullable required

    Hex-encoded asset name of the asset

    fingerprint string required

    CIP14 based user-facing fingerprint

    quantity string required

    Current asset quantity

    initial_mint_tx_hash string required

    ID of the initial minting transaction

    mint_or_burn_count integer required

    Count of mint and burn transactions

    onchain_metadata objectnullablerequired

    On-chain metadata which SHOULD adhere to the valid standards, based on which we perform the look up and display the asset (best effort)

    property name* any nullable

    On-chain metadata which SHOULD adhere to the valid standards, based on which we perform the look up and display the asset (best effort)

    onchain_metadata_standard string nullable

    Possible values: [CIP25v1, CIP25v2, CIP68v1]

    If on-chain metadata passes validation, we display the standard under which it is valid

    onchain_metadata_extra string nullable

    Arbitrary plutus data (CIP68).

    metadata objectnullablerequired
    name string required

    Asset name

    description string required

    Asset description

    ticker string nullable required
    url string nullable required

    Asset website

    logo string nullable required

    Base64 encoded logo of the asset

    decimals integer nullable required

    Possible values: <= 255

    Number of decimal places of the asset unit

Loading...