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 Was this page helpful?