Get the on-chain ERC-20 balance of an address
Token
Get the on-chain ERC-20 balance of an address
Reads balanceOf(owner) on the ERC-20 token contract. Used to display the balance of the connected wallet the user will pay with.
GET
Get the on-chain ERC-20 balance of an address
Authorizations
OAuth 2.0 authorization and token endpoints
Query Parameters
The ERC-20 token contract address
Example:
"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"
The address owning the tokens
Example:
"0x8ba1f109551bd432803012645ac136ddd64dba72"
The EVM chain to read from, e.g. ethereum_mainnet, ethereum_sepolia, base_mainnet or base_sepolia
Example:
"ethereum_sepolia"
Response
Successful response.
Current on-chain ERC-20 balance of an owner address.
Get the on-chain ERC-20 allowance for a token, owner and spenderRequest a wallet ownership challenge