# RagRadar GMX Funding Rates — Arbitrum

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

Fetches current GMX perpetual futures funding rates on the Arbitrum network

## Facts

- Endpoint: GET https://ragradar.space/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-arbitrum-555bccb3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EHbVNsmz3L_3a1xnGKlmT

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-555bccb3
```

Example prompt: What are the current GMX funding rates on Arbitrum right now? I want to see if it's cheap to hold a long or short perp position.

## When to prefer this

Use this endpoint when you need real-time GMX-specific funding rates on Arbitrum rather than generic DeFi yield aggregators. Best for traders evaluating cost of carry on GMX perpetuals or monitoring funding arbitrage between GMX and other perp DEXes.

## Known failure modes

- GMX contract or subgraph unavailable — may return error or stale data
- Arbitrum RPC node downtime causing fetch failure
- Rate limit exceeded on $0.01/call pricing tier
- Incomplete schema means unexpected fields or missing pair data
- Response may only return status:ok with minimal data if endpoint is lightly documented

## How this service works

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

## Output

Returns current funding rate data for GMX perpetual markets on Arbitrum, including funding fee rates for various trading pairs (likely per-hour or per-block rates for longs and shorts).

## 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-555bccb3/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)
