# RagRadar GMX Arbitrum Liquidations

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

Fetches recent GMX perpetuals liquidation events on the Arbitrum network

## Facts

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

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-a5a9f8d3
```

Example prompt: Pull the latest GMX liquidation events on Arbitrum so I can see which positions got liquidated recently and at what prices.

## When to prefer this

Use this endpoint when you specifically need GMX perpetuals liquidation data on Arbitrum. It is the right choice for monitoring DeFi risk events, identifying whale liquidations, tracking cascading liquidation risks, or building liquidation dashboards for GMX on Arbitrum. Prefer over generic block explorers when you need pre-parsed, structured liquidation data without needing to decode raw contract events.

## Known failure modes

- GMX subgraph or data source unavailable — returns 5xx error
- No liquidations in the queried timeframe — returns empty result set
- Arbitrum RPC node degraded — may return stale or incomplete data
- Rate limit exceeded without valid x402 payment — returns 402 Payment Required
- Invalid request parameters — returns 400 with error message

## How this service works

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

## Output

Returns a JSON object containing recent GMX liquidation events on Arbitrum, including details such as liquidated position sizes, collateral types, liquidation prices, timestamps, and addresses of liquidated accounts.

## 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-a5a9f8d3/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)
