GET
/
insights
/
v1
/
tokens
/
erc20
/
{ownerAddress}
Get ERC-20 balances by address
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
    }
  ]
}

Response

200
application/json

Successful response

The response is of type object.