# 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-15).

Returns current perpetual contract funding rates from Binance and Bybit for all tracked trading pairs

## Facts

- Endpoint: GET https://atlasmarkets-titan005-apf9.onrender.com/api/funding/all
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/atlasmarkets-funding-rates-12121a27
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0g_YNBDmMfqguYqzIbGZX

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-12121a27
```

Example prompt: Pull the current perpetual funding rates from both Binance and Bybit across all pairs so I can see which coins have the highest positive or negative funding right now.

## When to prefer this

Use this endpoint when you need a broad, cross-exchange snapshot of perpetual funding rates from both Binance and Bybit simultaneously in a single call. It is ideal for agents that need to scan funding rate opportunities, monitor market sentiment, or power trading dashboards without managing separate exchange API integrations. The x402 micropayment model makes it suitable for per-call agent workflows without subscription overhead.

## Known failure modes

- Payment not submitted or rejected — endpoint returns 402 Payment Required if x402 USDC payment on Base mainnet is not provided
- Upstream exchange data unavailable — Binance or Bybit API outage may cause missing or stale data for some pairs
- Empty or partial results if exchange connectivity issues occur at time of call
- Malformed response if the render.com host is cold-starting (initial latency spike on first request)

## How this service works

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

## Output

A list of perpetual contract funding rates covering both Binance and Bybit, including the trading pair symbol, the current funding rate value, and associated exchange metadata. Useful for identifying high-funding-rate outliers, arbitrage opportunities, and overall market sentiment.

## 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-12121a27/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)
