# AtlasMarkets — Funding Rates

> AtlasMarkets — Funding Rates is a paid API for AI agents from atlasmarkets-titan005-apf9.onrender.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns predicted perpetual funding rates for Binance and Bybit, payable via x402 on Base mainnet

## Facts

- Endpoint: GET https://atlasmarkets-titan005-apf9.onrender.com/api/funding/predicted
- 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/atlasmarkets-funding-rates-c3fb34c0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kFprccV2KSsOBw20A2Yq7

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 atlasmarkets-funding-rates-c3fb34c0
```

Example prompt: What are the predicted funding rates for BTC and ETH perpetuals on Binance and Bybit right now? I want to compare both exchanges before deciding where to open a long position.

## When to prefer this

Choose this endpoint when you need real-time predicted perpetual funding rates specifically from Binance and Bybit in a single call. It is ideal for traders, arbitrageurs, or automated agents that need to compare cross-exchange funding costs before opening or managing perpetual positions, and for workflows that use x402 micropayment rails on Base mainnet for programmatic API access without subscription management.

## Known failure modes

- Payment not received or x402 authorization invalid — endpoint returns 402 Payment Required
- Unsupported trading pair or symbol not listed on Binance/Bybit perps — returns empty or error response
- Exchange API upstream outage causing stale or missing data
- Rate limit exceeded — too many requests in a short window
- Invalid input parameters — malformed query string returns 400 Bad Request

## How this service works

Binance and Bybit perpetual funding rates. x402-protected on Base mainnet.

## Output

Returns predicted perpetual swap funding rates for supported symbols across Binance and Bybit, including the funding rate value (as a percentage or decimal), the exchange it applies to, the contract symbol, and relevant timing information such as the next funding interval.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/atlasmarkets-funding-rates-c3fb34c0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from atlasmarkets-titan005-apf9.onrender.com](https://www.zero.xyz/host/atlasmarkets-titan005-apf9.onrender.com/llms.txt)
