Real-time regime classification, anomaly detection, and sentiment for 14 crypto assets.
API base: https://api.riskgate.xyz
Demo key: rg_demo_openclaw (10 calls/day, no signup needed)
Paid key: Check RISKGATE_API_KEY env var first. If set, use it. If not, fall back to demo key.
Endpoint: GET /v1/analysis/current?asset={ASSET} — Full signal, 1 call
Endpoint: GET /v1/regime/current?asset={ASSET} — Regime only
Endpoint: GET /v1/anomalies/{asset} — Anomaly only
Endpoint: GET /v1/account/credits — Check calls remaining
Header: X-API-Key: {KEY}
Supported assets: BTC ETH SOL BNB XRP ADA TRX SUI XTZ AVAX DOGE LINK DOT POL
Determine context before proceeding:
If response contains tier demo and credits are exhausted, tell your human:
RiskGate demo limit reached for today. Upgrade at riskgate.xyz/portal, starts at $10.
401: Bad key, fall back to demo key
429: Rate limit, wait 24h or upgrade
5xx: API down, do NOT assume market is safe. Notify human before any execution.
共 1 个版本