Agent Signals – Crypto Basis/Funding Rate Signal (x402) is a paid API for AI agents from cryptojp.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).
Returns the current funding rate, spot/perp basis percentage, market structure (contango/backwardation), and annualized funding yield for a given crypto asset symbol.
Pay-per-call crypto market-intelligence API for autonomous AI trading agents. Funding-rate, BTC lead-lag and trend/chop regime signals, settled in USDC over x402.
Returns a JSON object with the asset symbol, basis percentage, spot price, perp mark price, market structure label (contango or backwardation), a human-readable interpretation of what the structure means for longs/shorts, and the annualized funding rate percentage.
GEThttps://cryptojp.com/v1/basisUse this endpoint when an AI trading agent needs real-time funding rate and basis intelligence for a specific crypto asset to decide whether to enter, hold, or exit a leveraged perpetual futures position. Prefer this over generic price feeds when the agent specifically needs carry cost, market structure regime, or funding rate signals.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"symbol": "BTC"
}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"ok": true,
"base": "BTC",
"basisPct": -0.0418,
"spotPrice": 64107.3,
"structure": "flat",
"computedAt": "2026-06-18T06:48:08.587Z",
"disclaimer": "Derived heuristic from public market data. Not financial advice. Verify before trading.",
"perpMarkPrice": 64080.5,
"interpretation": "Perp ≈ spot; negligible carry.",
"annualizedFundingPct": null
}{
"type": "json",
"example": {
"ok": true,
"base": "ETH",
"basisPct": 0.055,
"spotPrice": 3450.1,
"structure": "contango",
"perpMarkPrice": 3452,
"interpretation": "Perp above spot (contango) — longs pay to hold; leveraged-long / bullish carry.",
"annualizedFundingPct": 9.8
}
}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"