---
title: "get tokens list"
method: GET
path: "/tokens"
---

# get tokens list

`GET /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.

## Query parameters

- `q` string
- `type` string

## Response `200`

token

- object
  - `items` 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
  - `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/versions/59ac5466233b/schema)
