# 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 exchanges

## Facts

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

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-1a519a31
```

Example prompt: What are the current perpetual funding rates on Binance and Bybit right now — especially for BTC and ETH?

## When to prefer this

Choose this endpoint when you need real-time perpetual funding rates specifically from Binance and Bybit, the two largest centralized derivatives exchanges by volume. Ideal for funding rate arbitrage bots, position cost monitoring, market sentiment analysis, or any workflow that needs live cross-exchange perpetual data without building your own exchange integrations. The x402 micropayment model ($0.05 USDC) makes it suitable for pay-per-query agent workflows without subscription overhead.

## Known failure modes

- Payment not processed — 402 response if x402 payment on Base mainnet is missing or insufficient
- Upstream exchange API unavailable — stale or missing data if Binance or Bybit APIs are down
- Invalid or missing parameters — may return empty results or error if query parameters are malformed
- Rate limiting or render cold-start latency — Render free-tier hosting may introduce delays on first call

## How this service works

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

## Output

Returns a list of perpetual contract funding rates sourced from Binance and Bybit, including the contract symbol, exchange name, current funding rate value, and relevant timestamps for each instrument.

## 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-1a519a31/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)
