# LensCrypt GMX Arbitrum Protocol Stats

> LensCrypt GMX Arbitrum Protocol Stats is a paid API for AI agents from lensc.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Fetches live protocol-level statistics for the GMX perpetuals trading platform on Arbitrum

## Facts

- Endpoint: GET https://lensc.vercel.app/api/arbitrum/gmx/stats
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-gmx-arbitrum-protocol-stats-af778b41
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-J2zKVWTDzFcBHB8rFAY5

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability lenscrypt-gmx-arbitrum-protocol-stats-af778b41
```

Example prompt: What are the current protocol stats for GMX on Arbitrum — trading volume, open interest, fees, and liquidity?

## When to prefer this

Choose this endpoint when you need on-chain GMX perpetuals protocol statistics specifically for the Arbitrum deployment, such as for DeFi dashboards, competitive analysis of perp DEXs, or monitoring GMX trading activity and fee generation in real time.

## Known failure modes

- GMX subgraph or data source unavailable — returns error or empty stats
- Arbitrum RPC connectivity issues causing stale or missing data
- Rate limiting or payment failure via x402 returning 402 status
- Malformed response if GMX contracts are being upgraded or migrated

## How this service works

81 paid REST endpoints covering wallet analytics, DeFi yields, token safety, smart money tracking, whale alerts, sniper detection, GMX perps, Solana tools, protocol stats, gas tracking, DEX quotes, NFT analytics, social signals, and 8 AI-powered endpoints (MiMo V2.5). Pay USDC via x402 protocol on Base.

## Output

Returns a JSON object with live GMX protocol statistics on Arbitrum, likely including cumulative and period-specific trading volume, open interest, total value locked, fee revenue, GLP pool data, and other perpetuals market metrics.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "status": "ok"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/lenscrypt-gmx-arbitrum-protocol-stats-af778b41/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lensc.vercel.app](https://www.zero.xyz/host/lensc.vercel.app/llms.txt)
