gethttps://api.circle.com/v1/w3s/buidl/wallets/{blockchain}/{address}/nfts
Retrieve the NFTs of a wallet by applicable blockchain and address.
Developer-provided parameter used to identify this request. Useful when communicating with Circle Support.
Filter by given address.
Filter by given blockchain.
Filter by token standard.
Filter by token name.
Filter by token address.
A collection ID value used for pagination.
It marks the exclusive end of a page. When provided, the collection resource will return the next n items before the id, with n being specified by pageSize.
The items will be returned in the natural order of the collection.
The resource will return the first page if neither pageAfter nor pageBefore are specified.
SHOULD NOT be used in conjunction with pageAfter.
A collection ID value used for pagination.
It marks the exclusive begin of a page. When provided, the collection resource will return the next n items after the id, with n being specified by pageSize.
The items will be returned in the natural order of the collection.
The resource will return the first page if neither pageAfter nor pageBefore are specified.
SHOULD NOT be used in conjunction with pageBefore.
Limits the number of items to be returned.
Some collections have a strict upper bound that will disregard this value. In case the specified value is higher than the allowed limit, the collection limit will be used.
If avoided, the collection will determine the page size itself.
1{
2 "data": {
3 "nfts": [
4 {
5 "nftTokenId": "2",
6 "metadata": "ipfs://QmZcH4YvBVVRJtdn4RdbaqgspFU8gH6P9vomDpBVpAL3u4/1",
7 "amount": "6.62607015",
8 "token": {
9 "name": "",
10 "standard": "ERC20",
11 "blockchain": "MATIC-AMOY",
12 "decimals": 0,
13 "isNative": false,
14 "symbol": "",
15 "tokenAddress": "0x4b6c0b0078b63f881503e7fd3a9a1061065db242"
16 },
17 "updateDate": "2023-01-01T12:04:05Z"
18 }
19 ]
20 }
21}