Python (SDK)
Token
Token Balance
Returns the balance of a specific ERC20 token for a given user address.
GET
Python (SDK)
Query Parameters
Available options:
arbitrum, base, ethereum The user to get the token balance of.
The symbol or address of the token for which the balance is checked. A token identifier - either a supported symbol (e.g., USDC, WETH) or a valid Ethereum address (0x...)
Examples:
"USDC"
"WETH"
"0xA0b86a33E6441ccF30EE5DdEF1E9b652C91ac1c8"
Response
Successful Response
Response model for token balance information.
Amount of tokens a particular address holds
Pattern:
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$Example:
1.5
Number of decimals of the token
Example:
18
Symbol of the token
Address of the token
Example:
"0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2"