# RagRadar GMX GLP Stats (Arbitrum)

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

Fetches on-chain GLP token and liquidity pool data from the GMX decentralized exchange on Arbitrum.

## Facts

- Endpoint: GET https://backup.ragradar.space/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-data-arbitrum-455aec65
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_P0Io6U_hFtBedboyNWaz0

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-data-arbitrum-455aec65
```

Example prompt: What are the current GLP token stats on GMX's Arbitrum deployment — price, TVL, and APR?

## When to prefer this

Use this endpoint when you need real-time or near-real-time on-chain GLP liquidity pool data from GMX on the Arbitrum network, especially when building DeFi dashboards, yield comparison tools, or AI agents that reason about decentralized perpetuals liquidity. Prefer this over manual RPC calls or subgraph queries when you want a single paid API call with micropayment via x402.

## Known failure modes

- Upstream GMX or Arbitrum RPC unavailable — returns error or stale data
- Invalid or unsupported properties filter parameter — may return empty or error response
- x402 micropayment not processed — request rejected with 402 Payment Required
- Rate limiting or quota exceeded — endpoint returns 4xx error
- On-chain data indexing lag — returned data may be slightly delayed

## How this service works

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

## Output

Returns a JSON object with on-chain GLP pool and token metrics from GMX on Arbitrum, such as GLP price, total value locked, token composition, and yield/APR data. Response includes a status field and relevant pool data fields.

## 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-data-arbitrum-455aec65/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from backup.ragradar.space](https://www.zero.xyz/host/backup.ragradar.space/llms.txt)
