Skip to main content

Get NFT of collection

Get NFT of collection

Path Parameters
    collection_data_id_hash string required

    The collection data id hash of the collection

    Example: 24a96a93ebc97746f7001326cf7c5747d5bd61c78813e154371e8d6ca1c881e3
Query Parameters
    cursor string

    The cursor returned in the previous response (used for getting the next page).

    limit number

    Number of items returned, default: 20

Responses

200 Successful


Schema
    cursor string

    The cursor returned in the previous response (used for getting the next page)

    page number required

    Page of results

    limit number required

    Limit of results

    total_items number required

    Total returned result items

    data object[] required

    Nfts

  • Array [
  • collection_data_id_hash string required

    collectionDataIdHash

    collection_name string required

    collectionName

    creator_address string required

    creatorAddress

    name string required

    name

    property_version number required

    propertyVersion

    token_data_id_hash string required

    tokenDataIdHash

    token_properties object required

    tokenProperties

    transaction_version number required

    transactionVersion

    transaction_timestamp number required

    transactionTimestamp

    block_height number required

    blockHeight

  • ]
Loading...