# RagRadar GMX GLP Stats (Arbitrum)

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

Returns on-chain GLP token and liquidity pool data from GMX on the Arbitrum network

## Facts

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

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-546ea2f2
```

Example prompt: What are the current GLP token stats on GMX Arbitrum — price, total supply, and pool composition?

## When to prefer this

Choose this endpoint when you need real-time or near-real-time GLP token and liquidity pool data specifically from GMX on Arbitrum, paid via x402 micropayments at $0.01 USDC per call. Prefer this over general DeFi aggregators when you need GMX-specific metrics (GLP price, AUM, composition) rather than cross-protocol summaries, and when operating in an agent context that supports x402 payment flows.

## Known failure modes

- Arbitrum RPC node unavailable — upstream data fetch fails
- GMX subgraph or contract unresponsive — stale or missing data returned
- Rate limiting or micropayment validation failure — 402 Payment Required
- Malformed response if GMX protocol undergoes contract upgrade
- Network congestion causing timeout on Arbitrum chain reads

## How this service works

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

## Output

A JSON object containing current GLP token metrics from GMX on Arbitrum, expected to include fields such as GLP price, total supply, assets under management (AUM), pool token composition, and potentially yield/APR 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-glp-stats-arbitrum-546ea2f2/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)
