This endpoint provides data on stablecoin inflows and outflows to/from centralized exchanges (CEX), with attribution.
Endpoint
GET /data/stablecoins/exchange-flows
Description
Returns inflow and outflow volumes for stablecoins on major CEXs, with attribution.
Response Example
{
"exchange": "Binance",
"inflow": 2000000,
"outflow": 1500000
}Stablecoin Regional Adoption Proxies
This endpoint provides regional adoption proxies for stablecoins, using CEX, on/off-ramps, and payment processor data.
Endpoint
GET /data/stablecoins/regional-adoption
Description
Returns regional adoption metrics for stablecoins based on available proxies.
Response Example
{
"region": "Asia",
"adoptionScore": 0.78
}Stablecoin Fiat On/Off-Ramp Flows
This endpoint provides fiat on-ramp and off-ramp flows for stablecoins, where visible via partner attributions.
Endpoint
GET /data/stablecoins/fiat-flows
Description
Returns fiat on-ramp and off-ramp volumes for stablecoins, with partner attribution where available.
Response Example
{
"partner": "MoonPay",
"onRamp": 500000,
"offRamp": 300000
}