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

# Entity List

`GET /xrp/entity-status/entity-list`

This endpoint returns entity list to serve data. 

|  Entity Type  |  Description         |
|------------------------|----------------------|
|  exchange                     |  centralized exchange       |
|  builder                     |  entities contributing to xrp ledger |
|  team                     |  xrp project related team or related individuals|
|  foundation                     |  xrp foundation |
|  custody                     |  custody service |
|  otc                     |  otc service |
|  bank                     |  bank |
|  bridge                     |  bridge |

## Query parameters

- `type` string
- `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 — Entity is 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/revisions/81ee223d4908/schema)
