# Best Stablecoin Yields on Ethereum

**Use case:** 

Identify top DeFi yields for stablecoins with over 5% APY and $1M TVL on Ethereum. Access crucial data for effective yield farming.

## Input

```json
{
  "chains": [],
  "minApy": 5,
  "minTvlUsd": 10000,
  "stablecoinOnly": false,
  "noIlRisk": false,
  "sort": "tvl",
  "maxResults": 1000,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "project": {
    "label": "Project",
    "format": "string"
  },
  "symbol": {
    "label": "Symbol",
    "format": "string"
  },
  "chain": {
    "label": "Chain",
    "format": "string"
  },
  "tvlUsd": {
    "label": "TVL (USD)",
    "format": "number"
  },
  "apy": {
    "label": "APY %",
    "format": "number"
  },
  "apyBase": {
    "label": "Base APY %",
    "format": "number"
  },
  "apyReward": {
    "label": "Reward APY %",
    "format": "number"
  },
  "apyMean30d": {
    "label": "30D Mean APY %",
    "format": "number"
  },
  "apyPct7D": {
    "label": "APY 7D Change",
    "format": "number"
  },
  "stablecoin": {
    "label": "Stablecoin",
    "format": "boolean"
  },
  "ilRisk": {
    "label": "IL Risk",
    "format": "string"
  },
  "exposure": {
    "label": "Exposure",
    "format": "string"
  },
  "predictedClass": {
    "label": "Predicted Class",
    "format": "string"
  },
  "predictedProbability": {
    "label": "Prediction Confidence %",
    "format": "number"
  },
  "poolMeta": {
    "label": "Pool Meta",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "fetchedAt": {
    "label": "Fetched At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [DeFiLlama Yield Scanner - Best DeFi APY Pools](https://apify.com/logiover/defillama-yield-scanner) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/defillama-yield-scanner) to learn more, explore other use cases, and run it yourself.