Skip to main content
GET
/
nft
/
wallet
/
{address}
/
assets
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
    }
  ]
}
40 credits per request

Authorizations

X-API-KEY
string
header
required

API key needed to access the endpoints. Example: 'demo-api-key'

Path Parameters

address
string
required

The address of the wallet

Example:

"0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d"

Query Parameters

page
number

Page number to retrieve (1-based indexing)

Example:

1

limit
number

Number of items to return per page

Example:

20

Response

meta
object
required
data
object[]
I