# LensCrypt GMX Arbitrum Protocol Stats

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

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

## Facts

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

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-aeb02811
```

Example prompt: Pull the latest GMX perpetuals protocol stats on Arbitrum — I want to see trading volume, open interest, liquidity, and fee revenue right now.

## When to prefer this

Use this endpoint when you need real-time or near-real-time GMX perpetuals protocol statistics specifically on Arbitrum, such as for dashboards, trading bots monitoring market conditions, or DeFi research comparing perp DEX performance. Prefer this over on-chain RPC calls when you want pre-aggregated, human-readable protocol metrics without parsing raw contract data.

## Known failure modes

- GMX subgraph or data source unavailable — returns error or stale data
- Arbitrum RPC node downtime causing data fetch failure
- Rate limiting or payment failure via x402 protocol returning 402 status
- Response returns minimal {status: ok} with no detailed stats if upstream data is incomplete

## 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 aggregated GMX protocol statistics on Arbitrum, including metrics such as trading volume, total value locked, open interest, fees generated, and other platform-level analytics.

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