# LensCrypt GMX Arbitrum Protocol Stats

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

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

## Facts

- Endpoint: GET https://lenscrypt.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-308ae622
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_68NkI2sKz-22hc_g5XWkh

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-308ae622
```

Example prompt: What are the current protocol stats for GMX on Arbitrum — things like total volume, open interest, TVL, and fees?

## When to prefer this

Use this endpoint when you need aggregated protocol-level statistics for the GMX perpetuals exchange specifically on Arbitrum — such as total volume, TVL, fees, or open interest — rather than individual trade or position data. Prefer this over generic DeFi dashboards when you need machine-readable GMX stats for automated analysis or monitoring.

## Known failure modes

- GMX subgraph or data source unavailable — returns error status
- Arbitrum RPC node downtime causing stale or missing data
- Rate limiting or payment failure via x402 returning 402 Payment Required
- Malformed response if GMX protocol undergoes contract changes

## 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 GMX Arbitrum protocol-level statistics including metrics such as trading volume, open interest, total value locked, fee revenue, and liquidity data.

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