# Stablecoins Supply & Price Analysis

**Use case:** 

Track over 380 stablecoins' circulating supply and growth metrics. Analyze price, peg deviations, and dominant chains without an API key.

## Input

```json
{
  "pegType": "",
  "pegMechanism": "",
  "minCirculating": 1000000,
  "minPegDeviation": 0,
  "chain": "",
  "sortBy": "circulating",
  "maxResults": 500
}
```

## Output

```json
{
  "rank": {
    "label": "#",
    "format": "integer"
  },
  "name": {
    "label": "Stablecoin",
    "format": "string"
  },
  "symbol": {
    "label": "Symbol",
    "format": "string"
  },
  "circulatingCompact": {
    "label": "Supply",
    "format": "string"
  },
  "circulating": {
    "label": "Supply (USD)",
    "format": "number"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "pegDeviationPct": {
    "label": "Peg dev %",
    "format": "number"
  },
  "change7dPct": {
    "label": "7d %",
    "format": "number"
  },
  "pegMechanism": {
    "label": "Mechanism",
    "format": "string"
  },
  "dominantChain": {
    "label": "Top chain",
    "format": "string"
  },
  "chainCount": {
    "label": "Chains",
    "format": "integer"
  }
}
```

## About this Actor

This example demonstrates how to use [Stablecoins Monitor — Supply, Peg & Chains](https://apify.com/foxlabs/stablecoins-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/foxlabs/stablecoins-monitor) to learn more, explore other use cases, and run it yourself.