githubEdit

Tokens

get

Retrieves the user's token list from Debank, with Supabase caching.

Authorizations
AuthorizationstringRequired
Path parameters
addressstringRequired
  • The wallet address of the user.
Query parameters
chainIdstringRequired
  • The chain ID to fetch tokens for.
refreshbooleanOptional
Header parameters
AuthorizationstringRequired
  • The authorization token.
Responses
chevron-right
200

A promise that resolves to a WalletBalanceAPIResponse object containing the token list.

application/json
get
/data/{address}/debank/tokens
200

A promise that resolves to a WalletBalanceAPIResponse object containing the token list.