# Crypto Data Node x402 – Binance Futures Funding Rate

> Crypto Data Node x402 – Binance Futures Funding Rate is a paid API for AI agents from oussapi.duckdns.org, paid per call via x402, $0.002/call, status down (last checked 2026-09-15).

Returns the current Binance Futures funding rate for a given crypto symbol (e.g. BTC, ETH), paid per-request via USDC x402 micropayment.

## Facts

- Endpoint: GET https://oussapi.duckdns.org/api/v1/funding/%7Bsymbol%7D
- Price: $0.002/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/crypto-data-node-x402-binance-futures-funding-rate-c543a21c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WOF_oiQ4_HOhm8Hx-5qSa

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 crypto-data-node-x402-binance-futures-funding-rate-c543a21c
```

Example prompt: What's the current Binance futures funding rate for BTC? I need it for BTCUSDT.

## When to prefer this

Use this endpoint when you need real-time Binance futures funding rate data for a specific crypto symbol and are operating in an x402 micropayment-enabled agent context. Prefer this over scraping or manual lookup when you need machine-readable, per-call funding rate data at very low cost ($0.002 USDC).

## Known failure modes

- Invalid or unsupported symbol returns an error or empty result
- Symbol format mismatch (e.g. 'BTC' vs 'BTCUSDT') may cause lookup failure
- Payment failure via x402 results in 402 response and no data returned
- Binance API downtime may cause upstream data unavailability
- Network or DNS issues on duckdns.org dynamic host could cause timeouts

## How this service works

Données crypto/DeFi pour agents IA — paiement USDC par requête

## Output

A JSON object containing the source exchange (Binance), the queried symbol (e.g. BTCUSDT), and the current funding rate as a decimal (e.g. 0.0001). This reflects the live rate charged/paid between long and short perpetual futures holders.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "source": "binance",
  "symbol": "BTCUSDT",
  "funding_rate": 0.0001
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/crypto-data-node-x402-binance-futures-funding-rate-c543a21c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from oussapi.duckdns.org](https://www.zero.xyz/host/oussapi.duckdns.org/llms.txt)
