Total Stablecoin Supply

Circulating amount of stablecoins issued by the six largest providers, including USDT and USDC

How to call

Request format

GET
curl -X GET "https://newhedge.io/api/v2/metrics/total-stablecoin-supply/METRIC_NAME?api_token=YOUR_TOKEN"
Query params

api_token (required) — 24 character token.

resolution (optional) — day1 (default), hour12, hour4, hour1, 30mn, 10mn. Finer buckets are served to Advanced and Enterprise accounts; see Resolutions.

before (optional) — exclusive cursor, returns observations older than this timestamp_ms. Finer resolutions only.

limit (optional) — page size for finer resolutions. Default 2500, maximum 5000. Ignored for day1.

Path params

:metric_name — one of the metric names listed below.

Responses

200 with JSON payload, 401 for missing/invalid token, 404 for missing resources.

Metrics

Each metric is fetched independently. Responses are trimmed samples to show structure.

7 metrics
Metric

Stablecoin Pax Supply

Data used by the Total Stablecoin Supply chart.

Endpoint
https://newhedge.io/api/v2/metrics/total-stablecoin-supply/stablecoin_pax_supply?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1786838400000,
    31775083.42
  ],
  [
    1786924800000,
    31784669.62
  ],
  [
    1787011200000,
    31784669.62
  ]
]
Metric

Stablecoin Gusd Supply

Data used by the Total Stablecoin Supply chart.

Endpoint
https://newhedge.io/api/v2/metrics/total-stablecoin-supply/stablecoin_gusd_supply?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1786838400000,
    39445147.55
  ],
  [
    1786924800000,
    39449084.38
  ],
  [
    1787011200000,
    39449084.38
  ]
]
Metric

Stablecoin Busd Supply

Data used by the Total Stablecoin Supply chart.

Endpoint
https://newhedge.io/api/v2/metrics/total-stablecoin-supply/stablecoin_busd_supply?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1786838400000,
    34390936.52
  ],
  [
    1786924800000,
    34380022.85
  ],
  [
    1787011200000,
    34380022.85
  ]
]
Metric

Stablecoin Dai Supply

Data used by the Total Stablecoin Supply chart.

Endpoint
https://newhedge.io/api/v2/metrics/total-stablecoin-supply/stablecoin_dai_supply?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1786838400000,
    4573219375.74
  ],
  [
    1786924800000,
    4582363854.59
  ],
  [
    1787011200000,
    4582363854.59
  ]
]
Metric

Stablecoin Usdc Supply

Data used by the Total Stablecoin Supply chart.

Endpoint
https://newhedge.io/api/v2/metrics/total-stablecoin-supply/stablecoin_usdc_supply?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1786838400000,
    71897292215.6
  ],
  [
    1786924800000,
    71876943636.77
  ],
  [
    1787011200000,
    71876943636.77
  ]
]
Metric

Stablecoin Usdt Supply

Data used by the Total Stablecoin Supply chart.

Endpoint
https://newhedge.io/api/v2/metrics/total-stablecoin-supply/stablecoin_usdt_supply?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1786838400000,
    182989557107.7
  ],
  [
    1786924800000,
    182981982896.48
  ],
  [
    1787011200000,
    182981982896.48
  ]
]
Metric

Stablecoin Total Supply

Data used by the Total Stablecoin Supply chart.

Endpoint
https://newhedge.io/api/v2/metrics/total-stablecoin-supply/stablecoin_total_supply?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1786838400000,
    259646781402
  ],
  [
    1786924800000,
    259565679866.53
  ],
  [
    1787011200000,
    259546904164.69
  ]
]