# x402stock Perpetuals Predicted Funding Rate

> x402stock Perpetuals Predicted Funding Rate is a paid API for AI agents from agents.x402stock.xyz, paid per call via x402 or MPP, $0.02/call, status unknown (last checked 2026-09-15).

Returns predicted funding rates for on-chain perpetual futures contracts

## Facts

- Endpoint: GET https://agents.x402stock.xyz/api/v1/perps/predicted-funding
- Price: $0.02/call
- Payment: x402, MPP
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402stock-perpetuals-predicted-funding-rate-4ff3fac4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tkfAXHIBpVRqqfQ4GjLBd

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 x402stock-perpetuals-predicted-funding-rate-4ff3fac4
```

Example prompt: What's the predicted funding rate for BTC perpetual futures right now? I want to know what carry cost to expect before opening a long position.

## When to prefer this

Choose this endpoint when you need forward-looking predicted funding rates for on-chain perpetual futures, particularly for pre-trade carry cost analysis or arbitrage modeling. Prefer this over spot price or historical funding endpoints when the goal is estimating future funding payments before entering or holding a perp position.

## Known failure modes

- Invalid or unsupported perpetual contract identifier returns 400 or empty result
- Payment failure via x402/MPP results in 402 Payment Required
- Unknown exchange or trading pair returns no data
- Network timeout or upstream data source unavailability returns 5xx
- Malformed request body returns validation error

## How this service works

Predicted next-period funding rate for each coin across venues — on-chain plus centralized perp venues (Hyperliquid, Binance, Bybit) — each with the funding interval and next funding time. A cross-exchange funding-arbitrage signal in one call: compare where a coin's funding is richest or cheapest. Free on-chain DEX data, no key. From x402stock, a market & economic data API (x402, USDC).

## Output

Returns predicted funding rate data for a specified on-chain perpetual futures contract, including the forecasted rate percentage, funding interval, and relevant contract metadata such as trading pair and exchange.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402stock-perpetuals-predicted-funding-rate-4ff3fac4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agents.x402stock.xyz](https://www.zero.xyz/host/agents.x402stock.xyz/llms.txt)
