# Hyperliquid Perp Funding Latest Results

**Use case:** 

Latest Results of Hyperliquid Perp Funding. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 25,
  "coinFilter": "BTC"
}
```

## Output

```json
{
  "coin": {
    "label": "🪙 Coin",
    "format": "text"
  },
  "funding_rate": {
    "label": "💰 Funding Rate",
    "format": "text"
  },
  "open_interest": {
    "label": "📊 Open Interest",
    "format": "text"
  },
  "premium": {
    "label": "📈 Premium",
    "format": "text"
  },
  "oracle_px": {
    "label": "🔮 Oracle Px",
    "format": "text"
  },
  "mark_px": {
    "label": "🎯 Mark Px",
    "format": "text"
  },
  "day_volume": {
    "label": "📦 24h Volume",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Hyperliquid Perp Funding Scraper](https://apify.com/parseforge/hyperliquid-perp-funding-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/hyperliquid-perp-funding-scraper) to learn more, explore other use cases, and run it yourself.