# GMX Arbitrum Stats Data Export

**Use case:** 

Data Export of GMX Arbitrum Stats. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 100
}
```

## Output

```json
{
  "token": {
    "label": "🪙 Token",
    "format": "text"
  },
  "price": {
    "label": "💲 Price",
    "format": "text"
  },
  "timestamp": {
    "label": "⏰ Timestamp",
    "format": "text"
  },
  "change_24h": {
    "label": "📈 24h Change",
    "format": "text"
  },
  "volume": {
    "label": "📦 Volume",
    "format": "text"
  },
  "open_interest_long": {
    "label": "🟢 OI Long",
    "format": "text"
  },
  "open_interest_short": {
    "label": "🔴 OI Short",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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