cURL
curl --request GET \ --url https://api.flipsuite.xyz/v1/community/tipping/wallets/{chain}/balance \ --header 'x-api-key: <x-api-key>'
{ "walletAddress": "0x254075bb012e4afb1787e98cd082ce6abd1ad01b", "tokens": [ { "chain": "Polygon", "contractAddress": null, "symbol": "POL", "decimals": 18, "name": "POL (Polygon)", "balanceRaw": "4954460068259115943000", "balance": 4.954460068259116, "usdValue": 1.2401013550852569 }, { "chain": "Polygon", "contractAddress": "0x162539172b53e9a93b7d98fb6c41682de558a320", "symbol": "GONE", "decimals": 18, "name": "GONE (Polygon)", "balanceRaw": "4990000000000000000000", "balance": 4990, "usdValue": 0.0105289 } ] }
Get shared tipping wallet token balance on a given chain
Your community API key.
Key of a supported blockchain. See the list of all supported chains here.
Token balance has been retrieved successfully.
Address of your shared tipping wallet.
List of tokens supported by Flipsuite stored in your shared tipping wallet.
Show child attributes