# LensCrypt GMX Protocol Stats (Arbitrum)

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

Fetches aggregate protocol-level statistics for the GMX perpetuals exchange on the Arbitrum network.

## Facts

- Endpoint: GET https://lemscrypt.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-protocol-stats-arbitrum-24d9aa7c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_j4Pw655CcUqhvlYV29Dd0

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-protocol-stats-arbitrum-24d9aa7c
```

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

## When to prefer this

Choose this endpoint when you need aggregate protocol-level GMX statistics specifically on Arbitrum, such as for DeFi dashboards, competitive analysis of perpetuals exchanges, or monitoring GMX's overall health. Prefer this over on-chain RPC calls for pre-aggregated, ready-to-display stats without needing to parse raw contract data.

## Known failure modes

- Upstream GMX data source unavailable — returns 500 or degraded response
- Payment not processed via x402 — returns 402 requiring USDC payment on Base
- Malformed response if GMX subgraph or data feed is lagging
- Rate limiting if called too frequently without valid payment

## 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 aggregate GMX protocol statistics on Arbitrum, likely including trading volume, open interest, total fees collected, liquidity pool sizes, and other protocol-level metrics. The response includes a status field and the relevant on-chain data points.

## 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-protocol-stats-arbitrum-24d9aa7c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lemscrypt.vercel.app](https://www.zero.xyz/host/lemscrypt.vercel.app/llms.txt)
