# Binance USDT Perp Funding Rate Monitor

**Use case:** 

Monitor Binance USDT perpetual funding rates and export normalized APR, price, and next funding timestamps.

## Input

```json
{
  "venues": [
    "binance"
  ],
  "symbols": [],
  "quoteAssets": [
    "USDT"
  ],
  "maxItems": 250,
  "sortBy": "annualizedAprAbs",
  "includeOpenInterest": false,
  "useApifyProxy": true,
  "proxyCountryCode": "DE"
}
```

## Output

```json
{
  "venue": {
    "label": "Venue"
  },
  "symbol": {
    "label": "Symbol"
  },
  "base": {
    "label": "Base"
  },
  "quote": {
    "label": "Quote"
  },
  "markPrice": {
    "label": "Mark price"
  },
  "indexPrice": {
    "label": "Index price"
  },
  "fundingRate": {
    "label": "Funding rate"
  },
  "fundingRatePct": {
    "label": "Funding rate %"
  },
  "annualizedApr": {
    "label": "Annualized APR"
  },
  "nextFundingTime": {
    "label": "Next funding time"
  },
  "nextFundingTimeMs": {
    "label": "Next funding ms"
  },
  "openInterest": {
    "label": "Open interest"
  },
  "timestamp": {
    "label": "Exchange timestamp"
  },
  "timestampMs": {
    "label": "Timestamp ms"
  },
  "apiEndpoint": {
    "label": "API endpoint"
  },
  "sourceUrl": {
    "label": "Source URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [CEX Perp Funding Aggregator](https://apify.com/automation-lab/cex-perp-funding-aggregator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/cex-perp-funding-aggregator) to learn more, explore other use cases, and run it yourself.