---
title: "Stablecoin Supply Ratio"
method: GET
path: "/btc/market-indicator/stablecoin-supply-ratio"
tags: ["BTC Market Indicator"]
---

# Stablecoin Supply Ratio

`GET /btc/market-indicator/stablecoin-supply-ratio`

SSR(Stablecoin Supply Ratio) is a ratio of stablecoin supply in the whole cryptocurrency market where stablecoin is used as fiat substitute for trading. This means that the supply of stablecoin can be used to assess the potential buying pressure for bitcoin. The historical starting point is 2017-11-28 00:00:00.  
__[Go to Data Guide‣](https://dataguide.cryptoquant.com/market-indicators/stablecoin-supply-ratio)__


**📖 Data Guide:** [Stablecoin Supply Ratio (SSR)](/data-guide/stablecoin/stablecoin-supply-ratio) — definition, interpretation, and chart examples.

## Query parameters

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

## Response `200`

stablecoin_supply_ratio

- 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.
      - `stablecoin_supply_ratio` number, required — SSR is a ratio of stablecoin supply in the whole cryptocurrency market.

---

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