# RagRadar GMX Stats — Arbitrum

> RagRadar GMX Stats — Arbitrum is a paid API for AI agents from ragradar.space, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Fetches on-chain statistics and analytics for GMX perpetual exchange on the Arbitrum network

## Facts

- Endpoint: GET https://ragradar.space/api/arbitrum/gmx/stats
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-gmx-stats-arbitrum-f92ccfbc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GKILDmPDDNkhd1T84EC5p

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 ragradar-gmx-stats-arbitrum-f92ccfbc
```

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

## When to prefer this

Use this endpoint when you specifically need GMX perpetual exchange analytics on Arbitrum, such as open interest, volume, fees, or liquidity — rather than general portfolio tracking or cross-chain DeFi aggregation. Best suited for DeFi research agents, trading bots, or dashboards focused on GMX protocol health on Arbitrum.

## Known failure modes

- Arbitrum RPC node unavailable — 503 or timeout
- GMX subgraph indexing lag causing stale data
- Payment not processed — 402 Payment Required if x402 microtransaction fails
- Invalid or malformed request — 400 Bad Request
- Rate limit exceeded — 429 Too Many Requests

## How this service works

On-chain intelligence for AI agents. 73+ endpoints across Base, Arbitrum, Solana. x402 micropayments.

## Output

Returns on-chain GMX protocol statistics for Arbitrum including trading volume, open interest, fee revenue, liquidity metrics, and other exchange performance indicators as JSON.

## 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/ragradar-gmx-stats-arbitrum-f92ccfbc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ragradar.space](https://www.zero.xyz/host/ragradar.space/llms.txt)
