# Avalanche GMX V2 Markets

**Use case:** 

Extract GMX V2 Markets data filtered by Avalanche. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "chain": "avalanche",
  "maxItems": 10
}
```

## Output

```json
{
  "marketToken": {
    "label": "🔹 marketToken",
    "format": "text"
  },
  "indexToken": {
    "label": "🔹 indexToken",
    "format": "text"
  },
  "longToken": {
    "label": "🔹 longToken",
    "format": "text"
  },
  "shortToken": {
    "label": "🔹 shortToken",
    "format": "text"
  },
  "openInterestLong": {
    "label": "🔹 openInterestLong",
    "format": "text"
  },
  "openInterestShort": {
    "label": "🔹 openInterestShort",
    "format": "text"
  },
  "fundingRate": {
    "label": "🔹 fundingRate",
    "format": "text"
  },
  "borrowRate": {
    "label": "🔹 borrowRate",
    "format": "text"
  },
  "availableLiquidity": {
    "label": "🔹 availableLiquidity",
    "format": "text"
  },
  "oraclePrice": {
    "label": "🔹 oraclePrice",
    "format": "text"
  },
  "chain": {
    "label": "🔹 chain",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🔹 scrapedAt",
    "format": "text"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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