# RagRadar GMX GLP Analytics (Arbitrum)

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

Fetches on-chain data and analytics for the GMX GLP liquidity pool token on the Arbitrum network

## Facts

- Endpoint: GET https://ragradar.space/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-analytics-arbitrum-a9ee6985
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_60z34zbykPJniXGVrOSUQ

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-analytics-arbitrum-a9ee6985
```

Example prompt: What are the current GLP pool stats and yield on GMX Arbitrum right now — things like APR, pool composition, and token price?

## When to prefer this

Use this endpoint when you specifically need GMX GLP token or liquidity pool data on Arbitrum — distinct from other DeFi protocols or other chains. Best for agents monitoring GMX perpetuals ecosystem, comparing DeFi yields, or tracking GLP as a yield-bearing asset on Arbitrum.

## Known failure modes

- GMX protocol data unavailable — upstream data source error
- Arbitrum RPC node downtime causing stale or missing data
- Rate limiting if called too frequently
- Invalid or missing payment header returns 402
- Empty response if GLP pool data is temporarily unavailable

## How this service works

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

## Output

Returns JSON with GMX GLP liquidity pool data on Arbitrum, likely including GLP token price, pool composition, current APR/yield figures, total value locked, and related on-chain metrics for the GMX perpetuals protocol on Arbitrum.

## 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-analytics-arbitrum-a9ee6985/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)
