---
title: "Get erc20 balances by address and chain ID"
method: GET
path: "/erc20sByAddress"
---

# Get erc20 balances by address and chain ID

`GET /erc20sByAddress`

## Query parameters

- `address` string, required
- `chainID` string, required

## Response `200`

OK

- PaginatePage
  - `error` boolean
  - `error_message` string
  - `first` boolean
  - `items` unknown
  - `last` boolean
  - `max_page` integer
  - `page` integer
  - `size` integer
  - `total` integer
  - `total_pages` integer
  - `visible` integer

## Changes

- **2024-06-12** `ff2b4769618c` — 1 info
  - endpoint added
- **2023-10-13** `03749ba2c445` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/taikoxyz/apis/taiko-event-indexer-api/changes/erc20sByAddress/get.md)

---

[API](https://skmtc.dev/taikoxyz/apis/taiko-event-indexer-api.md) · [All operations](https://skmtc.dev/taikoxyz/apis/taiko-event-indexer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/taikoxyz/taiko-event-indexer-api/revisions/5c6c5b591c39/schema)
