For the complete documentation index, see llms.txt. This page is also available as Markdown.

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
200

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

application/json

Interface representing the response from the Wallet Balance API.

successbooleanRequired

The success status of the operation.

messagestringRequired

The message associated with the operation.

addressstringOptional

The address associated with the operation.

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

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