# RagRadar GMX Arbitrum Liquidations

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

Retrieves on-chain liquidation event data from the GMX perpetuals protocol on Arbitrum

## Facts

- Endpoint: GET https://backup.ragradar.space/api/arbitrum/gmx/liquidations
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-gmx-arbitrum-liquidations-24059bdf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_e1jrLjY8CMs0l-_p8uO8A

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-arbitrum-liquidations-24059bdf
```

Example prompt: Pull the latest liquidation events from GMX on Arbitrum so I can see which positions got wiped out and how much collateral was lost.

## When to prefer this

Use this endpoint when you need real-time or recent on-chain liquidation data specifically from the GMX perpetuals protocol on Arbitrum. Prefer this over generic DeFi APIs when you want structured, indexed liquidation intelligence with x402 micropayment access and no API key setup.

## Known failure modes

- Payment not received or x402 micropayment fails — endpoint returns 402 Payment Required
- Invalid or malformed query properties — endpoint may return 400 or empty result
- Arbitrum RPC node unavailable — endpoint may return 503 or timeout
- No recent liquidations exist — returns empty array with status ok
- Rate limiting if too many requests without payment

## How this service works

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

## Output

A JSON response containing on-chain liquidation records from the GMX protocol on Arbitrum, including details such as liquidated trader addresses, position sizes, collateral amounts, and timestamps of liquidation events.

## 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-arbitrum-liquidations-24059bdf/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)
