---
title: "Exchange Inflow Value Distribution"
method: GET
path: "/xrp/flow-indicator/exchange-inflow-value-distribution"
tags: ["XRP Flow Indicator"]
---

# Exchange Inflow Value Distribution

`GET /xrp/flow-indicator/exchange-inflow-value-distribution`

Exchange Inflow Value Distribution is a metric that shows the amount distribution of xrp tokens flowed into exchange wallets according to its value.

## Query parameters

- `exchange` string, required
- `window` string
- `from` string
- `to` string
- `limit` integer
- `format` string

## Response `200`

exchange inflow's distribution band by the amount of the trasferred tokens(xrp) at once

- 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
    - `window` string, required — The size of window. It can be day, hour, or block, and it depends on the user request.
    - `data` object[], required
      - `blockheight` string — The height of the block. This optional field only appears when window=block is used.
      - `date` string — The date in YYYY-DD-MM. This optional field only appears when window=day is used.
      - `datetime` string — The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used.
      - `range_1000_below` number, required — Exchange Inflow distribution value of which transferred xrp value is 1000 or less.
      - `range_1001_to_10000` number, required — Exchange Inflow distribution value of which transferred xrp value is more than 1000 or less than 10000.
      - `range_10001_to_100000` number, required — Exchange Inflow distribution value of which transferred xrp value is more than 10000 or less than 100000.
      - `range_100001_to_1000000` number, required — Exchange Inflow distribution value of which transferred xrp value is more than 1000 or less than 100000.
      - `range_1000000_over` number, required — Exchange Inflow distribution value of which transferred xrp value is 1000000 or more.

---

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