cURL
curl --request GET \ --url https://api.flipsuite.xyz/v1/community/tipping/wallets/{chain}/inventory \ --header 'x-api-key: <x-api-key>'
{ "walletAddress": "0x254075bb012e4afb1787e98cd082ce6abd1ad01b", "nfts": [ { "chain": "Polygon", "contractAddress": "0xb609996e8f1754e63ef08300406c6d7529bb4007", "tokenId": "14644", "amount": 1, "name": "Rekt Chickens (#14644)", "imageUrl": "https://i2.seadn.io/polygon/0xb609996e8f1754e63ef08300406c6d7529bb4007/fe21ad4bd257742c508b718db83a81/29fe21ad4bd257742c508b718db83a81.webp?w=1000" } ] }
Get shared tipping wallet NFT inventory on a given chain
Your community API key.
Key of a supported blockchain. See the list of all supported chains here.
NFT inventory has been retrieved successfully.
Address of your shared tipping wallet.
List of NFTs stored in your shared tipping wallet.
Show child attributes