# RagRadar GMX Arbitrum Stats

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

Fetches on-chain statistics for the GMX decentralized perpetuals exchange on the Arbitrum network

## Facts

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

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-arbitrum-stats-7b71890c
```

Example prompt: Can you pull the latest GMX protocol stats from Arbitrum — things like trading volume, open interest, and liquidity — so I can see how the exchange is performing right now?

## When to prefer this

Use this endpoint when you need real-time or near-real-time GMX protocol statistics specifically on Arbitrum, such as trading volume, open interest, or liquidity data, paid via x402 micropayments. Prefer this over generic DeFi data aggregators when you need GMX-specific Arbitrum data with a simple per-call pricing model rather than API key subscriptions.

## Known failure modes

- Payment failure if x402 micropayment of $0.02 USDC is not included or rejected
- GMX subgraph or on-chain data source unavailable, returning 503 or error status
- Malformed properties filter parameter causing 400 bad request
- Rate limiting if too many requests are made in quick succession
- Stale or delayed data if upstream indexer is lagging behind chain

## How this service works

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

## Output

Returns a JSON object containing on-chain statistics for the GMX perpetuals exchange on Arbitrum, likely including trading volume, open interest, liquidity pool metrics, fees, and other protocol-level data points. Response includes a status field confirming success.

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