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.

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
[
  [
    1782864000000,
    31811996.52
  ],
  [
    1782950400000,
    31771889.08
  ],
  [
    1783036800000,
    31749521.26
  ]
]
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
[
  [
    1782864000000,
    39224672.96
  ],
  [
    1782950400000,
    39153377.94
  ],
  [
    1783036800000,
    39164297.09
  ]
]
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
[
  [
    1782864000000,
    37792287.47
  ],
  [
    1782950400000,
    37796207.44
  ],
  [
    1783036800000,
    37788073.9
  ]
]
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
[
  [
    1782864000000,
    4616567101.47
  ],
  [
    1782950400000,
    4628890133.57
  ],
  [
    1783036800000,
    4628644884.47
  ]
]
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
[
  [
    1782864000000,
    73755879053.61
  ],
  [
    1782950400000,
    73468059713.71001
  ],
  [
    1783036800000,
    73258317047.7
  ]
]
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
[
  [
    1782864000000,
    184682432711.8
  ],
  [
    1782950400000,
    184454014650.89
  ],
  [
    1783036800000,
    184438934090.02
  ]
]
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
[
  [
    1782864000000,
    263163707823.83
  ],
  [
    1782950400000,
    262659685972.63
  ],
  [
    1783036800000,
    262434597914.44
  ]
]