# RagRadar GMX Funding Rates

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

Retrieves current GMX perpetual funding rate data on the Arbitrum network

## Facts

- Endpoint: GET https://ragradar.vercel.app/api/arbitrum/gmx/funding
- Price: $0.01/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-funding-rates-b884eba7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EXV9Fyg3yP2Q5MYIm0yOm

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

Example prompt: What are the current GMX funding rates on Arbitrum right now — are longs or shorts paying, and for which markets?

## When to prefer this

Use this endpoint when you need real-time GMX perpetual funding rate data specifically on Arbitrum — ideal for DeFi traders assessing carry costs, arbitrageurs comparing funding across venues, or agents monitoring directional bias in GMX perp markets.

## Known failure modes

- GMX API or on-chain data source temporarily unavailable returns error status
- Rate-limit or payment failure returns 402 requiring USDC payment
- Invalid or missing properties parameter may return empty or malformed response
- Arbitrum RPC node downtime may cause stale or missing data

## How this service works

AI-powered on-chain analytics across Base, Arbitrum, and Solana. 82 REST endpoints including Portfolio P&L tracker, smart money tracking, whale alerts, token intelligence, DeFi yields, Solana degen tools, social signals, gas tracker, approvals scanner, block checker.

## Output

Returns a JSON object with current GMX perpetual funding rate data on Arbitrum, including per-market funding rates, borrow rates, and directional indicators showing whether long or short positions are paying funding.

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