# RagRadar GMX Stats on Arbitrum

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

Retrieves on-chain statistics and analytics for the GMX decentralized perpetuals exchange on the Arbitrum network

## Facts

- Endpoint: GET https://ragradar.vercel.app/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-on-arbitrum-9fa8a7ec
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GD0ipVnyDlVynoKKQO73_

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-9fa8a7ec
```

Example prompt: Can you pull the latest GMX exchange stats from Arbitrum — I want to see trading volume, liquidity, and any key protocol metrics 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 tracking trading volume, liquidity pools, open interest, or protocol fees. Prefer this over general DeFi aggregators when you need GMX-specific granularity on Arbitrum rather than cross-protocol comparisons.

## Known failure modes

- GMX subgraph or data source unavailable returns error status
- Arbitrum RPC node downtime causing stale or missing data
- Rate limiting if called too frequently without payment
- Malformed response if GMX contract state is being updated
- Network congestion on Arbitrum causing delayed data

## How this service works

AI-powered on-chain analytics across Base, Arbitrum, and Solana. 82 REST endpoints including Portfolio P&L tracker, smart money tracking, whale alerts, token intelligence, DeFi yields, Solana degen tools, social signals, gas tracker, approvals scanner, block checker.

## Output

Returns a JSON object with current GMX protocol statistics on Arbitrum, likely including trading volume, total value locked, open interest, fees collected, and other key on-chain metrics for the GMX perpetuals exchange.

## Example request

```json
{
 "properties": "volume,liquidity,fees"
}
```

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