---
title: "Retrieve detailed information about a specific token"
method: GET
path: "/{chain_id}/api/v2/tokens/{address_hash_param}"
tags: ["tokens"]
---

# Retrieve detailed information about a specific token

`GET /{chain_id}/api/v2/tokens/{address_hash_param}`

Retrieves detailed information for a specific token identified by its contract address.

## Path parameters

- `address_hash_param` string, required
- `chain_id` string, required

## Response `200`

Detailed information about the specified token.

- TokenResponse — Token response
  - `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

## Other responses

- `404` — Not Found
- `422` — Unprocessable Entity

---

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