# LensCrypt GMX Arbitrum Protocol Stats

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

Fetches real-time protocol-level statistics for the GMX perpetuals exchange on Arbitrum

## Facts

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

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-4f8e4d4f
```

Example prompt: Can you pull the latest protocol stats for GMX on Arbitrum — I want to see trading volume, open interest, and fee data right now?

## When to prefer this

Use this endpoint when you need aggregated GMX perpetuals protocol statistics specifically on Arbitrum, such as total volume, OI, fees, or liquidity — rather than individual trade or position data. Prefer this over generic DeFi dashboards when you need machine-readable, programmatic access to GMX metrics for automated workflows or analytics pipelines.

## Known failure modes

- GMX subgraph or data source unavailable — returns error or stale data
- Arbitrum RPC downtime causing data fetch failure
- Payment not processed correctly via x402 — returns 402 Payment Required
- Rate limiting if multiple rapid calls are made
- Partial data returned if some GMX contracts are unresponsive

## 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

A JSON object containing real-time GMX protocol statistics on Arbitrum, likely including trading volume, total open interest, liquidity pool metrics, accumulated fees, and other protocol-level performance indicators.

## 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-4f8e4d4f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lensscrypt.vercel.app](https://www.zero.xyz/host/lensscrypt.vercel.app/llms.txt)
