# LensCrypt GMX Arbitrum Liquidations

> LensCrypt GMX Arbitrum Liquidations is a paid API for AI agents from lensscrypt.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Fetches recent liquidation events on the GMX perpetuals protocol on Arbitrum

## Facts

- Endpoint: GET https://lensscrypt.vercel.app/api/arbitrum/gmx/liquidations
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-gmx-arbitrum-liquidations-ba63b607
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rf7JZ-al-HNpqnpGpKlU-

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 lenscrypt-gmx-arbitrum-liquidations-ba63b607
```

Example prompt: Show me the most recent liquidation events on GMX perpetuals on Arbitrum — I want to see who got liquidated and at what prices.

## When to prefer this

Use this endpoint when you need on-chain GMX perpetuals liquidation data specifically on Arbitrum, especially for monitoring large liquidation events, tracking market stress, or building liquidation alert systems. Prefer over manual on-chain queries when you need a simple REST interface with pay-per-use pricing.

## Known failure modes

- GMX subgraph or data source unavailable — returns error or empty data
- Arbitrum RPC issues causing stale or missing liquidation data
- Rate limiting or payment failure via x402 protocol — 402 Payment Required
- Malformed response if GMX contract data is temporarily inconsistent

## How this service works

81 paid REST endpoints covering wallet analytics, DeFi yields, token safety, smart money tracking, whale alerts, sniper detection, GMX perps, Solana tools, protocol stats, gas tracking, DEX quotes, NFT analytics, social signals, and 8 AI-powered endpoints (MiMo V2.5). Pay USDC via x402 protocol on Base.

## Output

A JSON response containing recent liquidation events on GMX on Arbitrum, likely including liquidated positions, addresses, collateral types, liquidation prices, and timestamps.

## 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/lenscrypt-gmx-arbitrum-liquidations-ba63b607/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lensscrypt.vercel.app](https://www.zero.xyz/host/lensscrypt.vercel.app/llms.txt)
