Skip to main content

Get NFT owners by collection

Get NFT owners by collection

Path Parameters
    address string required

    The address of NFT contract

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

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

    Array of documents

  • Array [
  • collection_address string required

    The address of the NFT contract

    collection_type string required

    The type of the NFT contract

    token_id string required

    The token ID of the NFT

    token_hash string required

    The token hash

    owner_of string required

    The wallet address of the owner of the NFT

    minter_address string required

    The wallet address of the minter

    amount string required

    The number of this item the user owns (used by ERC1155)

    token_uri string required

    The URI to the metadata of the token

    metadata object
    collection_address string required

    The address of the NFT

    collection_type string required

    The type of the NFT

    token_id string required

    The id of the NFT

    external_url string required

    The external_url of the NFT

    image_data string required

    The image_data of the NFT

    background_color string required

    The background_color of the NFT

    youtube_url string required

    The youtube_url of the NFT

    synced_at number required

    Timestamp synced metadata

    name string required

    The name or title of the NFT

    description string required

    A detailed description of the NFT

    image string required

    The URL of the NFT's image

    external_link string required

    A link to additional information

    animation_url string required

    An animated version of the NFT's image

    attributes object[] required

    An animated version of the NFT's image

  • Array [
  • trait_type string required

    The trait title or descriptor

    value string required

    The value of the attribute

    max_value number required

    For numeric values, the upper range

    trait_count number required

    The number of possible values for this trait

    order number required

    Order the trait should appear in the attribute list

  • ]
  • block_number_minted number required

    Block number minted

    tx_hash_minted string required

    The transaction when the NFT was minted

    block_number_updated number required

    The transaction when the NFT was minted

    last_token_uri_sync number required

    When the token_uri was last updated

    last_metadata_sync number required

    When the metadata was last updated

  • ]
Loading...