---
title: "Entity List"
method: GET
path: "/erc20/status/entity-list"
tags: ["ERC20 Entity Status"]
---

# Entity List

`GET /erc20/status/entity-list`

This endpoint returns entity list to serve data.
The meaning of the `market_type` value of the exchange object is as follows. For exchange objects, the `market_type` field tells whether the exchange is a spot exchange or a derivative exchange. Entities without a market type, such as miners or banks, will return 0 for `market_type`.
|  Exchange Market Type  |  Description         |
|------------------------|----------------------|
|  0                     |  Undefined           |
|  1                     |  Spot Exchange       |
|  2                     |  Derivative Exchange |

## Query parameters

- `token` string, required
- `type` string, required
- `format` string

## Response `200`

Entity list on a given type.

- object
  - `status` object, required — The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.
    - `code` integer, required — HTTP status code
    - `message` string, required — Text description of the error or success.
  - `result` object, required
    - `type` string, required — Type of given entity list. This field is one of "exchange", "miner"
    - `data` object[], required
      - `name` string, required — The name of entity.
      - `symbol` string, required — The name of calling symbol.
      - `is_validated` integer, required — validated or in progress.
      - `market_type` integer, required — Market type of entity.

---

[API](https://skmtc.net/cryptoquant/apis/cryptoquant-data-api.md) · [All operations](https://skmtc.net/cryptoquant/apis/cryptoquant-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cryptoquant/cryptoquant-data-api/versions/81ee223d4908/schema)
