Crypto Correlation Matrix — crypto-technicals-x402 is a paid API for AI agents from vmi3089643.contaboserver.net, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).
Returns a pairwise price-return correlation matrix for a set of crypto symbols over a specified lookback window, computed from Binance spot klines.
Pay-per-call crypto technical analysis for AI agents (x402, USDC on Base). Daily trend regime, Donchian levels, ATR stops, signals and backtests computed with the code of a live trend-following bot from Binance spot klines.
A JSON object containing the list of requested symbols, the number of lookback days used, and a square pairwise correlation matrix (values from -1 to 1) where each cell represents the return correlation between two assets. Example: {"days":60,"symbols":["BTCUSDT","ETHUSDT"],"matrix":[[1,0.82],[0.82,1]]}.
GEThttps://vmi3089643.contaboserver.net/v1/correlationChoose this endpoint when you need quantitative pairwise correlation between crypto assets derived from actual Binance spot klines, especially within the context of a trend-following or portfolio-construction workflow. Prefer it over generic financial data APIs when you want correlation tightly integrated with the same data pipeline used for trend regime, Donchian levels, and ATR-based analysis on the same server.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"days": 60,
"matrix": [
[
1,
0.82
],
[
0.82,
1
]
],
"symbols": [
"BTCUSDT",
"ETHUSDT"
]
}
}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"