curl --request GET \
--url https://openapiv1.coinstats.app/nft/wallet/{address}/assets \
--header 'X-API-KEY: <api-key>'{
"meta": {
"page": 2,
"limit": 20,
"itemCount": 150,
"pageCount": 8,
"hasPreviousPage": true,
"hasNextPage": true
},
"data": [
{
"name": "Bored Ape Yacht Club",
"logo": "https://static.coinstats.app/nft/collection/6490c15716994ae311b3dc0639e74f8f/main/lg.webp",
"address": "0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D",
"totalFloorPrice": 25.5,
"totalLastSalePrice": 30.25,
"id": "bored-ape-yacht-club",
"assetsCount": 3,
"assets": [
{
"previewImg": "https://img.reservoir.tools/images/v2/mainnet/7%2FrdF%2Fe%2F0iXY8HduhRCoIehkmFeXPeOQQFbbmIPfjCapsp4%2FAy3ieiFtEgUupjcSDNwowUAEEu0iXnzjMChv7QLdfH4N6qlInFDYjc7W9u3WgHVXXnOM%2B0pLtMsEcKf11gd0znBhF6Fou78mk2S5CA%3D%3D"
}
],
"floorPrice": 8.5
}
]
}Get list of NFT assets owned by a wallet address.
curl --request GET \
--url https://openapiv1.coinstats.app/nft/wallet/{address}/assets \
--header 'X-API-KEY: <api-key>'{
"meta": {
"page": 2,
"limit": 20,
"itemCount": 150,
"pageCount": 8,
"hasPreviousPage": true,
"hasNextPage": true
},
"data": [
{
"name": "Bored Ape Yacht Club",
"logo": "https://static.coinstats.app/nft/collection/6490c15716994ae311b3dc0639e74f8f/main/lg.webp",
"address": "0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D",
"totalFloorPrice": 25.5,
"totalLastSalePrice": 30.25,
"id": "bored-ape-yacht-club",
"assetsCount": 3,
"assets": [
{
"previewImg": "https://img.reservoir.tools/images/v2/mainnet/7%2FrdF%2Fe%2F0iXY8HduhRCoIehkmFeXPeOQQFbbmIPfjCapsp4%2FAy3ieiFtEgUupjcSDNwowUAEEu0iXnzjMChv7QLdfH4N6qlInFDYjc7W9u3WgHVXXnOM%2B0pLtMsEcKf11gd0znBhF6Fou78mk2S5CA%3D%3D"
}
],
"floorPrice": 8.5
}
]
}API key needed to access the endpoints. Example: 'demo-api-key'
The address of the wallet
"0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d"
Page number to retrieve (1-based indexing)
1
Number of items to return per page
20
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 name of the NFT collection
"Bored Ape Yacht Club"
URL of the collection logo/image
"https://static.coinstats.app/nft/collection/6490c15716994ae311b3dc0639e74f8f/main/lg.webp"
Contract address of the NFT collection
"0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D"
Total floor price value of all assets in the collection owned by the wallet
25.5
Total last sale price value of all assets in the collection owned by the wallet
30.25
Unique identifier for the NFT collection
"bored-ape-yacht-club"
Number of NFT assets owned in this collection
3
Array of individual NFT assets owned in this collection
Show child attributes
URL of the NFT asset preview image
"https://img.reservoir.tools/images/v2/mainnet/7%2FrdF%2Fe%2F0iXY8HduhRCoIehkmFeXPeOQQFbbmIPfjCapsp4%2FAy3ieiFtEgUupjcSDNwowUAEEu0iXnzjMChv7QLdfH4N6qlInFDYjc7W9u3WgHVXXnOM%2B0pLtMsEcKf11gd0znBhF6Fou78mk2S5CA%3D%3D"
Current floor price of the NFT collection
8.5
Was this page helpful?