IBExWalletAPI

List monitored tokens

Returns all monitored tokens for the configured chains. Use the X-Blockchain-Id header to filter by a single chain; omit it to get tokens grouped by chain.

GET
/v1.2/users/me/tokens

Authorization

AuthorizationRequiredBearer <token>

In: header

curl -X GET "https://passkeys-testnet.ibex.fi/v1.2/users/me/tokens" \
  -H "Authorization: Bearer <token>"

Default Response

[
  {
    "chainId": 0,
    "address": "string",
    "symbol": "string",
    "name": "string",
    "decimals": 0,
    "logoURI": "string"
  }
]