# RagRadar GMX Funding Rates (Arbitrum)

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

Returns current GMX perpetual funding rate data on the Arbitrum network for on-chain DeFi intelligence.

## Facts

- Endpoint: GET https://ragdar.vercel.app/api/arbitrum/gmx/funding
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-gmx-funding-rates-arbitrum-0040edfe
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sYFB2AYDhUdTtHPZWEn9g

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-funding-rates-arbitrum-0040edfe
```

Example prompt: What are the current GMX perpetual funding rates on Arbitrum? I want to know which markets are paying positive or negative funding right now.

## When to prefer this

Choose this endpoint when you need real-time, on-chain GMX funding rate data specifically from Arbitrum, paid via x402 micropayment at $0.01 USDC per call. Ideal for DeFi trading bots, arbitrage strategies, and portfolio risk tools that require trustless on-chain data rather than exchange-provided off-chain rate feeds.

## Known failure modes

- Network or RPC issues fetching on-chain Arbitrum data may return an error or stale data
- x402 micropayment failure if insufficient USDC balance results in 402 Payment Required
- GMX contract data unavailable during Arbitrum network congestion or downtime
- Invalid or missing query properties may return a 400 error or empty result

## How this service works

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

## Output

A JSON object containing current GMX funding rate data on Arbitrum, including market status and per-market funding rate figures for perpetual positions.

## 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-funding-rates-arbitrum-0040edfe/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)
