# LensCrypt GMX Arbitrum Protocol Stats

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

Fetches live protocol-level statistics for the GMX perpetuals DEX on Arbitrum, including trading volume, open interest, fees, and liquidity metrics.

## Facts

- Endpoint: GET https://cryptuluns.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-6dd754b1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_U5KUWMprcYXXuNdgV3B7g

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-6dd754b1
```

Example prompt: Pull the latest GMX perpetuals protocol stats on Arbitrum for me — I want to see trading volume, open interest, and fees collected right now.

## When to prefer this

Use this endpoint when you need real-time GMX perpetuals protocol-level statistics specifically on the Arbitrum network, such as aggregate trading volume, open interest, fee revenue, or liquidity data. Prefer this over generic DeFi aggregators when you need GMX-specific granularity on Arbitrum rather than cross-protocol comparisons.

## Known failure modes

- GMX or Arbitrum RPC unavailable — upstream data not accessible
- Payment not received or x402 protocol failure — 402 response returned
- Rate limit exceeded — request throttled
- Invalid or missing parameters — 400 error returned
- GMX subgraph or data source temporarily down — partial or stale data returned

## 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 current GMX protocol statistics on Arbitrum, likely including trading volume, total open interest, fees generated, liquidity pool sizes, and other protocol-level metrics. Response includes a status field confirming the data was retrieved successfully.

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