# RagRadar GMX GLP Stats (Arbitrum)

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

Fetches current GLP pool stats and metrics from GMX on the Arbitrum network

## Facts

- Endpoint: GET https://ragradar.vercel.app/api/arbitrum/gmx/glp
- Price: $0.01/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-glp-stats-arbitrum-79788845
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SbPg3An2jcg1YhC8DVCwr

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-glp-stats-arbitrum-79788845
```

Example prompt: Pull the latest GLP pool stats from GMX on Arbitrum — I want to see the current APR, pool size, and token composition.

## When to prefer this

Use this endpoint when you specifically need GLP pool data from GMX on Arbitrum — particularly for yield comparison, DeFi portfolio tracking, or liquidity analysis on GMX's perpetuals exchange. Prefer this over generic DeFi aggregators when you need raw, real-time GLP-specific metrics.

## Known failure modes

- GMX subgraph or on-chain data source unavailable — returns error status
- Arbitrum RPC node congestion causing stale or failed data fetch
- Invalid or missing response schema returning only {status: ok} with empty payload
- Rate limit exceeded for the $0.01/call payment tier
- Network-specific outage on Arbitrum causing data gaps

## 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 GLP pool metrics from GMX on Arbitrum, likely including pool size, token weights/composition, current APY/APR, fees generated, and GLP token price.

## Example request

```json
{
 "properties": ""
}
```

## 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-glp-stats-arbitrum-79788845/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)
