---
title: "Miners' Position Index (MPI)"
method: GET
path: "/btc/flow-indicator/mpi"
tags: ["BTC Flow Indicator"]
---

# Miners' Position Index (MPI)

`GET /btc/flow-indicator/mpi`

MPI(Miners’ Position Index) is a z score of a specific period. The period range must be 2 days or more and if not, it will return an error. `mpi` is an index to understand miners’ behavior by examining the total outflow of miners. It highlights periods where the value of Bitcoin’s outflow by miners on a daily basis has historically been extremely high or low. MPI values above 2 indicate that most of the miners are selling Bitcoin. MPI values under 0 indicate that there is less selling pressure by miners.  
__[Go to Data Guide‣](https://dataguide.cryptoquant.com/flow-indicators/miners-position-index)__

**📖 Data Guide:** [Miners' Position Index (MPI)](/data-guide/miner/miners-position-index) — definition, interpretation, and chart examples.

## Query parameters

- `window` string
- `from` string
- `to` string
- `limit` integer
- `format` string

## Response `200`

Miners' Position Index

- 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. This metric supports only day resolution.
    - `data` object[], required
      - `date` string — The date in YYYY-DD-MM. This optional field only appears when window=day is used.
      - `mpi` number, required — MPI(Miners’ position index) is the total miner outflow usd divided by MA 365 total miner outflow usd.

---

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