# dYdX Markets Full Export

**Use case:** 

Full Export of dYdX Markets. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 500,
  "tickerFilter": "BTC-USD"
}
```

## Output

```json
{
  "ticker": {
    "label": "🎯 Ticker",
    "format": "text"
  },
  "oracle_price": {
    "label": "🔮 Oracle Price",
    "format": "text"
  },
  "price_change_24h": {
    "label": "📈 24h Change",
    "format": "text"
  },
  "volume_24h": {
    "label": "📦 24h Volume",
    "format": "text"
  },
  "open_interest": {
    "label": "📊 Open Interest",
    "format": "text"
  },
  "next_funding": {
    "label": "💰 Next Funding",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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