curl --request GET \
--url https://openapiv1.coinstats.app/nft/{collectionAddress}/assets \
--header 'X-API-KEY: <api-key>'{
"meta": {
"page": 2,
"limit": 20,
"itemCount": 150,
"pageCount": 8,
"hasPreviousPage": true,
"hasNextPage": true
},
"data": [
{
"address": "0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d",
"blockchain": "ethereum",
"tokenId": "0",
"attributes": [
{
"key": "Background",
"kind": "string",
"value": "Orange",
"tokenCount": 1274,
"onSaleCount": 41,
"floorAskPrice": 10.5,
"topBidValue": 10,
"createdAt": "2024-01-27T07:15:58.523Z"
},
{
"key": "Clothes",
"kind": "string",
"value": "Striped Tee",
"tokenCount": 412,
"onSaleCount": 10,
"floorAskPrice": 10.72,
"topBidValue": null,
"createdAt": "2024-01-27T07:15:58.719Z"
}
],
"collectionId": "e1d92f9a882dd4db91feabe806a326af",
"name": null,
"previewUrl": "https://img.reservoir.tools/images/v2/mainnet/7%2FrdF%2Fe%2F0iXY8HduhRCoIehkmFeXPeOQQFbbmIPfjCZeLloToqp073iyCX%2FAT3E6uYDqjoHHp1CsuC3u6gJ%2BxixS6XKRAFdBaJMUefz4QR69ZDW9ItgF7Bv047qTmFku0Hxt5Ib2RmfppbDYaFxKWQ%3D%3D",
"rarityRank": 2673,
"rarityScore": 75.409,
"source": "reservoir",
"standard": "ERC721",
"url": "https://img.reservoir.tools/images/v2/mainnet/i9YO%2F4yHXUdJsWcTqhqvf%2BytcG2XMhnD4zz%2BhMYH9%2FZK%2FhVtu%2B3gYAAVBBdL1dsMoZPY79XY4AQ%2FN91VDNlxaLilzKrcVKu%2FcHUBfdHr%2BSM%3D",
"lastSaleDate": "2024-01-15T10:30:00.000Z",
"lastSalePrice": 15.75,
"listSource": "opensea",
"listPrice": 20.5
}
]
}Get the list of NFT assets associated with NFT Collection by collectionAddress.
curl --request GET \
--url https://openapiv1.coinstats.app/nft/{collectionAddress}/assets \
--header 'X-API-KEY: <api-key>'{
"meta": {
"page": 2,
"limit": 20,
"itemCount": 150,
"pageCount": 8,
"hasPreviousPage": true,
"hasNextPage": true
},
"data": [
{
"address": "0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d",
"blockchain": "ethereum",
"tokenId": "0",
"attributes": [
{
"key": "Background",
"kind": "string",
"value": "Orange",
"tokenCount": 1274,
"onSaleCount": 41,
"floorAskPrice": 10.5,
"topBidValue": 10,
"createdAt": "2024-01-27T07:15:58.523Z"
},
{
"key": "Clothes",
"kind": "string",
"value": "Striped Tee",
"tokenCount": 412,
"onSaleCount": 10,
"floorAskPrice": 10.72,
"topBidValue": null,
"createdAt": "2024-01-27T07:15:58.719Z"
}
],
"collectionId": "e1d92f9a882dd4db91feabe806a326af",
"name": null,
"previewUrl": "https://img.reservoir.tools/images/v2/mainnet/7%2FrdF%2Fe%2F0iXY8HduhRCoIehkmFeXPeOQQFbbmIPfjCZeLloToqp073iyCX%2FAT3E6uYDqjoHHp1CsuC3u6gJ%2BxixS6XKRAFdBaJMUefz4QR69ZDW9ItgF7Bv047qTmFku0Hxt5Ib2RmfppbDYaFxKWQ%3D%3D",
"rarityRank": 2673,
"rarityScore": 75.409,
"source": "reservoir",
"standard": "ERC721",
"url": "https://img.reservoir.tools/images/v2/mainnet/i9YO%2F4yHXUdJsWcTqhqvf%2BytcG2XMhnD4zz%2BhMYH9%2FZK%2FhVtu%2B3gYAAVBBdL1dsMoZPY79XY4AQ%2FN91VDNlxaLilzKrcVKu%2FcHUBfdHr%2BSM%3D",
"lastSaleDate": "2024-01-15T10:30:00.000Z",
"lastSalePrice": 15.75,
"listSource": "opensea",
"listPrice": 20.5
}
]
}API key needed to access the endpoints. Example: 'demo-api-key'
The address of the NFT collection
"0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d"
Page number to retrieve (1-based indexing)
1
Number of items to return per page
20
listed, all Show child attributes
Current page number (1-based)
x >= 12
Number of items per page
1 <= x <= 100020
Total number of items across all pages
x >= 0150
Total number of pages available
x >= 08
Whether there is a previous page available
true
Whether there is a next page available
true
Show child attributes
The contract address of the NFT
"0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d"
The blockchain network where the NFT exists
"ethereum"
The unique token ID of the NFT within the collection
"0"
Array of NFT attributes/traits with detailed metadata
Show child attributes
The attribute/trait name
"Background"
The data type of the attribute value
"string"
The attribute value
"Orange"
Total number of tokens in the collection with this attribute value
1274
Number of tokens with this attribute currently listed for sale
41
Lowest asking price for tokens with this attribute (nullable)
10.5
Highest bid value for tokens with this attribute (nullable)
10
ISO timestamp when this attribute was created/indexed
"2024-01-27T07:15:58.523Z"
[
{
"key": "Background",
"kind": "string",
"value": "Orange",
"tokenCount": 1274,
"onSaleCount": 41,
"floorAskPrice": 10.5,
"topBidValue": 10,
"createdAt": "2024-01-27T07:15:58.523Z"
},
{
"key": "Clothes",
"kind": "string",
"value": "Striped Tee",
"tokenCount": 412,
"onSaleCount": 10,
"floorAskPrice": 10.72,
"topBidValue": null,
"createdAt": "2024-01-27T07:15:58.719Z"
}
]Unique identifier for the NFT collection
"e1d92f9a882dd4db91feabe806a326af"
Name of the NFT (can be null for some NFTs)
null
URL for the preview/thumbnail image of the NFT
"https://img.reservoir.tools/images/v2/mainnet/7%2FrdF%2Fe%2F0iXY8HduhRCoIehkmFeXPeOQQFbbmIPfjCZeLloToqp073iyCX%2FAT3E6uYDqjoHHp1CsuC3u6gJ%2BxixS6XKRAFdBaJMUefz4QR69ZDW9ItgF7Bv047qTmFku0Hxt5Ib2RmfppbDYaFxKWQ%3D%3D"
Rarity rank of the NFT within its collection (lower numbers indicate higher rarity)
2673
Numerical rarity score calculated based on trait distribution
75.409
Data source provider for the NFT information
"reservoir"
NFT token standard (ERC721, ERC1155, etc.)
"ERC721"
Full-resolution image URL of the NFT
"https://img.reservoir.tools/images/v2/mainnet/i9YO%2F4yHXUdJsWcTqhqvf%2BytcG2XMhnD4zz%2BhMYH9%2FZK%2FhVtu%2B3gYAAVBBdL1dsMoZPY79XY4AQ%2FN91VDNlxaLilzKrcVKu%2FcHUBfdHr%2BSM%3D"
Date of the last sale transaction for this NFT
"2024-01-15T10:30:00.000Z"
Price of the last sale transaction for this NFT
15.75
Source platform where the NFT is currently listed
"opensea"
Current listing price of the NFT if it is for sale
20.5
Was this page helpful?