Skip to content

Stablecoins

Track stablecoin market cap, peg deviation, mechanism mix, chain supply, detail views, and yield data.

Get stablecoin data

Query parameters:

  • type: overview, detail, or yields. Default overview.
  • slug: stablecoin slug. Required when type=detail.
curl -G https://www.sharpe.ai/api/v1/stablecoins/data \
  -H "Authorization: Bearer sk_live_your_key_here" \
  --data-urlencode "type=overview"
curl -G https://www.sharpe.ai/api/v1/stablecoins/data \
  -H "Authorization: Bearer sk_live_your_key_here" \
  --data-urlencode "type=detail" \
  --data-urlencode "slug=usdt"

Was this page helpful?