GET
/
v1
/
community
/
tipping
/
wallets
/
{chain}
/
inventory
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"
    }
  ]
}

Headers

x-api-key
string
required

Your community API key.

Path Parameters

chain
enum<string>
required
Available options:
Abstract,
Arbitrum,
Avalanche,
Base,
Berachain,
Blast,
BSC,
Cronos,
Ethereum,
Harmony,
HyperEvm,
Initia,
Injective,
Intergaze,
Linea,
Optimism,
Osmosis,
Polygon,
SEDA,
Sei,
SeiEvm,
Solana,
Sonic,
Stargaze,
Terra,
Unichain,
Yominet,
Zaar,
zkCronos

Response

200 - application/json

NFT inventory has been retrieved successfully.

The response is of type object.