cURL
curl --request GET \ --url https://public-backend.bungee.exchange/api/v1/tokens/list
{ "success": true, "statusCode": 200, "message": "<string>", "result": { "tokens": { "56": [ { "chainId": 56, "address": "0x007ea5c0ea75a8df45d288a4debdd5bb633f9e56", "name": "CanYaCoin", "symbol": "CAN", "decimals": 18, "logoURI": null, "tags": [], "isShortListed": true, "balance": "0", "balanceInUsd": 0, "isVerified": false } ], "137": [ { "chainId": 137, "address": "0x0266f4f08d82372cf0fcbccc0ff74309089c74d1", "name": "Rocket Pool ETH", "symbol": "RETH", "decimals": 18, "logoURI": "https://assets.coingecko.com/coins/images/20764/large/reth.png?1696520159", "tags": [], "isShortListed": true, "balance": "0", "balanceInUsd": 0, "isVerified": true } ] } } }
User wallet address
Comma separate chainIds
Set the list type you want: full or trending
Returns the list of tokens by chain. This is not a complete list of supported tokens.
flag indicating whether the req was successful
Http status code
error message if request failed
Show child attributes