Total Stablecoin Market Cap

Total USD value of all 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-marketcap/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 Market Cap chart.

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

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1780790400000,
    31948089.68
  ],
  [
    1780876800000,
    31954441.71
  ],
  [
    1780963200000,
    31911424.27
  ]
]
Metric

Stablecoin Gusd Supply

Data used by the Total Stablecoin Market Cap chart.

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

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1780790400000,
    39584271.25
  ],
  [
    1780876800000,
    39757257.14
  ],
  [
    1780963200000,
    39819339.32
  ]
]
Metric

Stablecoin Busd Supply

Data used by the Total Stablecoin Market Cap chart.

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

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1780790400000,
    37806167.66
  ],
  [
    1780876800000,
    37808729.76
  ],
  [
    1780963200000,
    37702240.11
  ]
]
Metric

Stablecoin Dai Supply

Data used by the Total Stablecoin Market Cap chart.

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

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1780790400000,
    4304692153.62
  ],
  [
    1780876800000,
    4278086692.8
  ],
  [
    1780963200000,
    4270438676.98
  ]
]
Metric

Stablecoin Usdc Supply

Data used by the Total Stablecoin Market Cap chart.

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

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1780790400000,
    75537791328.81
  ],
  [
    1780876800000,
    75421795281.8
  ],
  [
    1780963200000,
    75587138652.69
  ]
]
Metric

Stablecoin Usdt Supply

Data used by the Total Stablecoin Market Cap chart.

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

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1780790400000,
    187418544899.59
  ],
  [
    1780876800000,
    186855060026.71
  ],
  [
    1780963200000,
    186929732392.47
  ]
]
Metric

Stablecoin Total Supply

Data used by the Total Stablecoin Market Cap chart.

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

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1780790400000,
    267370366910.61
  ],
  [
    1780876800000,
    266664462429.92
  ],
  [
    1780963200000,
    266896742725.84
  ]
]