# LensCrypt GMX GLP Stats — Arbitrum

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

Fetches current GLP (GMX Liquidity Pool) statistics and metrics on the Arbitrum network via the GMX perpetuals protocol

## Facts

- Endpoint: GET https://lensscrypt.vercel.app/api/arbitrum/gmx/glp
- Price: $0.05/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-glp-stats-arbitrum-58fd517e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Zf6GrTcU8fsWUFZG7pwRB

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-glp-stats-arbitrum-58fd517e
```

Example prompt: Pull the latest GLP pool stats from GMX on Arbitrum — I want to see the current liquidity, composition, and yield metrics for the GMX liquidity pool.

## When to prefer this

Choose this endpoint when you need real-time or near-real-time GLP pool statistics specifically from GMX on Arbitrum, particularly for DeFi yield analysis, liquidity provider decisions, or monitoring GMX perps protocol health. Prefer this over generic DeFi aggregators when you need GMX-specific GLP data on Arbitrum with a simple pay-per-call model.

## Known failure modes

- GMX protocol data unavailable or RPC node issues returning 503
- Arbitrum network congestion causing stale or failed data fetch
- Invalid or malformed response from upstream GMX data source
- Payment failure via x402/USDC before data is returned
- Rate limiting if quota exceeded

## 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

Returns a JSON object with current GLP pool statistics on Arbitrum, likely including pool size, token composition, APY/fee yields, GLP price, and other GMX protocol metrics relevant to liquidity providers.

## 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-glp-stats-arbitrum-58fd517e/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)
