cURL
curl --request GET \ --url https://data-api.b3.fun/insights/v1/tokens/erc20/{ownerAddress}
{ "data": [ { "chain_id": 1, "token_address": "vitalik.eth", "balance": "<string>", "name": "<string>", "symbol": "<string>", "decimals": 123 } ] }
Get ERC-20 balances for a given address. [BEING DEPRECATED IN FAVOR OF /tokens]
Successful response
The response is of type object.
object