---
title: "token balances with filtering and pagination"
method: GET
path: "/addresses/{address_hash}/tokens"
---

# token balances with filtering and pagination

`GET /addresses/{address_hash}/tokens`

**Deprecation Notice:** Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the [PRO API reference page](https://docs.blockscout.com/devs/pro-api-responses-and-routes) for information.

## Path parameters

- `address_hash` string, required

## Query parameters

- `type` string

## Response `200`

address

- object
  - `items` TokenBalance[], required
    - `token_instance` NFTInstance
      - `is_unique` boolean, required
      - `id` string, required
      - `holder_address_hash` string
      - `image_url` string
      - `animation_url` string
      - `external_app_url` string
      - `metadata` object
      - `owner` AddressParam, required
        - `hash` string, required
        - `implementation_name` string, required
        - `name` string, required
        - `ens_domain_name` string
        - `metadata` object
        - `is_contract` boolean, required
        - `private_tags` AddressTag[], required
          - `address_hash` string, required
          - `display_name` string, required
          - `label` string, required
        - `watchlist_names` WatchlistName[], required
          - `display_name` string, required
          - `label` string, required
        - `public_tags` AddressTag[], required
          - `address_hash` string, required
          - `display_name` string, required
          - `label` string, required
        - `is_verified` boolean, required
      - `token` TokenInfo, required
        - `circulating_market_cap` string, required
        - `icon_url` string, required
        - `name` string, required
        - `decimals` string, required
        - `symbol` string, required
        - `address_hash` string
        - `type` string, required
        - `holders_count` string
        - `exchange_rate` string, required
        - `total_supply` string, required
    - `value` string, required
    - `token_id` string, required
    - `token` Token, required — Token struct
      - `address_hash` string, required
      - `bridge_type` 'omni' | 'amb', nullable — Type of bridge used for this bridged token
      - `circulating_market_cap` string, nullable, required
      - `circulating_supply` string, nullable, required
      - `decimals` string, nullable, required
      - `exchange_rate` string, nullable, required
      - `foreign_address` string, nullable
      - `holders_count` string, nullable, required
      - `icon_url` string, uri, nullable, required
      - `name` string, nullable, required
      - `origin_chain_id` string, nullable
      - `reputation` 'ok' | 'scam', nullable, required — Reputation of the token
      - `symbol` string, nullable, required
      - `total_supply` string, nullable, required
      - `type` 'ERC-20' | 'ERC-721' | 'ERC-1155' | 'ERC-404' | 'ERC-7984', required
      - `volume_24h` string, nullable, required
  - `next_page_params` object, required

## Other responses

- `400` — bad input parameter

---

[API](https://skmtc.net/blockscout/apis/blockscout-pro-api.md) · [All operations](https://skmtc.net/blockscout/apis/blockscout-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockscout/blockscout-pro-api/revisions/59ac5466233b/schema)
