# RagRadar GMX Stats on Arbitrum

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

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

## Facts

- Endpoint: GET https://ragdar.vercel.app/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-stats-on-arbitrum-ea1c49af
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_afvjF1qcIohde5p5r89ok

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-on-arbitrum-ea1c49af
```

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

## When to prefer this

Choose this endpoint when you specifically need GMX protocol statistics on the Arbitrum network via a pay-per-call x402 micropayment model. Prefer this over generic DeFi data aggregators when you need Arbitrum-specific GMX metrics without a subscription. Ideal for AI agents that need on-demand, low-cost on-chain intelligence without managing API keys.

## Known failure modes

- GMX subgraph or data source is unavailable, returning an error status
- Arbitrum RPC or indexer is temporarily down, causing stale or missing data
- Invalid or unsupported query properties result in an empty or malformed response
- x402 micropayment fails or USDC balance is insufficient, blocking the request
- Rate limiting or network congestion causes timeout

## How this service works

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

## Output

Returns a JSON object with on-chain GMX protocol statistics for the Arbitrum network, likely including metrics such as trading volume, total value locked (TVL), open interest, fees generated, and other protocol-level performance data. Response includes a status field confirming successful retrieval.

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