---
title: "get token info"
method: GET
path: "/tokens/{address_hash}"
---

# get token info

`GET /tokens/{address_hash}`

**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

## Response `200`

token

- TokenInfo
  - `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

## 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)
