# RagRadar GMX Liquidations on Arbitrum

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

Fetches recent liquidation events from the GMX perpetuals protocol on the Arbitrum network

## Facts

- Endpoint: GET https://ragdar.vercel.app/api/arbitrum/gmx/liquidations
- Price: $0.02/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-liquidations-on-arbitrum-7407cd73
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8sdr04NKpwOeU_eT0P8C4

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-liquidations-on-arbitrum-7407cd73
```

Example prompt: Pull the latest GMX liquidation events from Arbitrum so I can see which positions got forcibly closed and at what prices.

## 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 block explorers when you want structured, pre-parsed liquidation records without writing custom smart contract event queries. Ideal for DeFi risk dashboards, liquidation alert bots, or market analysis agents focused on GMX.

## Known failure modes

- No recent liquidations available returns empty list
- Arbitrum RPC node downtime may cause stale or failed responses
- Malformed query parameters return generic error
- x402 micropayment failure blocks access to data
- Rate limiting if called too frequently without valid payment

## How this service works

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

## Output

A JSON response containing a list of recent GMX liquidation events on Arbitrum, including details such as liquidated positions, collateral amounts, liquidation prices, timestamps, and affected wallet addresses.

## 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-liquidations-on-arbitrum-7407cd73/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)
