Get NFT owners by collection
Get NFT owners by collection
Path Parameters
The address of NFT contract
Query Parameters
The cursor returned in the previous response (used for getting the next page).
Number of items returned, default: 20
- 200
Successful
Schema
- Array [
- Array [
- ]
- ]
The cursor returned in the previous response (used for getting the next page)
Page of results
Limit of results
Total returned result items
data object[] required
Array of documents
The address of the NFT contract
The type of the NFT contract
The token ID of the NFT
The token hash
The wallet address of the owner of the NFT
The wallet address of the minter
The number of this item the user owns (used by ERC1155)
The URI to the metadata of the token
metadata object
The address of the NFT
The type of the NFT
The id of the NFT
The external_url of the NFT
The image_data of the NFT
The background_color of the NFT
The youtube_url of the NFT
Timestamp synced metadata
The name or title of the NFT
A detailed description of the NFT
The URL of the NFT's image
A link to additional information
An animated version of the NFT's image
attributes object[] required
An animated version of the NFT's image
The trait title or descriptor
The value of the attribute
For numeric values, the upper range
The number of possible values for this trait
Order the trait should appear in the attribute list
Block number minted
The transaction when the NFT was minted
The transaction when the NFT was minted
When the token_uri was last updated
When the metadata was last updated
{
"cursor": "string",
"page": 0,
"limit": 0,
"total_items": 0,
"data": [
{
"collection_address": "string",
"collection_type": "string",
"token_id": "string",
"token_hash": "string",
"owner_of": "string",
"minter_address": "string",
"amount": "string",
"token_uri": "string",
"metadata": {
"collection_address": "string",
"collection_type": "string",
"token_id": "string",
"external_url": "string",
"image_data": "string",
"background_color": "string",
"youtube_url": "string",
"synced_at": 0,
"name": "string",
"description": "string",
"image": "string",
"external_link": "string",
"animation_url": "string",
"attributes": [
{
"trait_type": "string",
"value": "string",
"max_value": 0,
"trait_count": 0,
"order": 0
}
]
},
"block_number_minted": 0,
"tx_hash_minted": "string",
"block_number_updated": 0,
"last_token_uri_sync": 0,
"last_metadata_sync": 0
}
]
}