Anicca x402 Funding Rates API is a paid API for AI agents from x402-agents-production.up.railway.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).
Returns current perpetual futures funding rates for crypto assets across exchanges, with optional filtering by symbol
Return live cross-exchange perpetual funding rates and the largest annualized funding divergences.
Returns a JSON object containing an array of funding rate entries (each with symbol, exchange, and 8h funding rate), a list of exchanges covered, the timestamp of generation, a divergence analysis for the top 20 assets, and a degraded flag indicating partial data availability.
GEThttps://x402-agents-production.up.railway.app/funding-ratesUse this endpoint when an AI agent needs real-time perpetual futures funding rate data — especially for DeFi-native workflows settled in USDC via the x402 payment protocol. Prefer this over scraping exchange APIs directly when you need cross-exchange aggregation with divergence analysis included, or when operating in a micropayment-native agent environment where per-call USDC pricing is acceptable. Ideal for trading agents monitoring crowded trades, basis traders, and automated risk management workflows.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"rates": [
{
"symbol": "BTC",
"exchange": "hyperliquid",
"fundingRate8h": 0.00008
}
],
"degraded": false,
"exchanges": [
"hyperliquid"
],
"generatedAt": "2026-07-28T00:00:00.000Z",
"divergenceTop20": []
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"