# LensCrypt GMX Arbitrum Stats

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

Fetches protocol-level statistics for GMX perpetuals trading on Arbitrum

## Facts

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

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-stats-5e1787fb
```

Example prompt: Can you pull up the latest GMX perpetuals protocol stats on Arbitrum — things like trading volume, open interest, and fees?

## When to prefer this

Use this endpoint when you need aggregated protocol-level statistics for GMX perpetuals on Arbitrum specifically, rather than per-position or per-user data. Prefer this over generic DeFi aggregators when you need GMX-specific metrics without extra noise.

## Known failure modes

- GMX subgraph or data source unavailable — 503 or empty response
- Arbitrum RPC/node issues causing stale or missing data
- Payment not processed via x402 — 402 Payment Required
- Rate limit exceeded — 429 Too Many Requests
- Internal server error from Vercel deployment — 500

## 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 protocol-level statistics on Arbitrum, likely including metrics such as total trading volume, open interest, protocol fees collected, liquidity pool sizes, and other on-chain performance indicators for the GMX perps platform.

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