crypto-api-fixer
Auto-repair middleware for crypto trading bots.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Fix Stale Data: Detects and fixes stale/outdated API responses from crypto exchanges. Fetches fresh data from backup sources. Use when price data is older than 5 seconds. Cost: $0.003/request.
- Fix Rate Limit: Handles 429 and 503 rate limit errors. Applies smart backoff and proxy rotation. Use when exchange returns Too Many Requests. Cost: $0.003/request.
- Fix Endpoint Down: Auto-failover when exchange API is down (502/503/504). Routes to backup mirrors for Binance, Coinbase, Kraken, Bybit, OKX. Cost: $0.003/request.
What data it sees
Do you need an account
No: the server works without sign-in
Auto-repair middleware for crypto trading bots. Automatically detects and fixes 10 types of exchange API errors (rate limits, stale data, broken JSON, auth failures, price mismatches, endpoint downtime, financial risks, WebSocket failures, and more) in under 2ms — before your bot loses money. Free tier: 100 requests/bot. Paid via x402 USDC on Base.
Server tool list (11)
Raw names from tools/list. Only developers need these.
| fix_stale_data | Detects and fixes stale/outdated API responses from crypto exchanges. Fetches fresh data from backup sources. Use when price data is older than 5 seconds. Cost: $0.003/request. |
| fix_rate_limit | Handles 429 and 503 rate limit errors. Applies smart backoff and proxy rotation. Use when exchange returns Too Many Requests. Cost: $0.003/request. |
| fix_endpoint_down | Auto-failover when exchange API is down (502/503/504). Routes to backup mirrors for Binance, Coinbase, Kraken, Bybit, OKX. Cost: $0.003/request. |
| fix_unexpected_error | Fixes unexpected 500 errors, null values, and wrong data types in API responses. Cost: $0.003/request. |
| fix_price_mismatch | Cross-exchange price validation. Detects outliers over 3% deviation and computes median price. Use when prices differ significantly between exchanges. Cost: $0.007/request. |
| fix_json_broken | Repairs malformed JSON, schema changes, and missing required fields. Auto-remaps Binance, Coinbase, Kraken schemas. Cost: $0.007/request. |
| fix_auth_error | Fixes 401/403 authentication errors. Rotates API keys, recalculates HMAC signatures, syncs timestamps. Cost: $0.007/request. |
| fix_financial_risk | Real-time circuit breaker for price spikes over 3%, low liquidity, or API latency over 500ms. Pauses trading to prevent losses. Cost: $0.007/request. |
| fix_websocket_dead | Detects silent WebSocket disconnections and reconnects automatically. Use when no data received for over 30 seconds. Cost: $0.003/request. |
| fix_key_permission | Validates API key permissions. Alerts on dangerous withdrawal permissions and switches to safe trading mode. Cost: $0.003/request. |
| auto_fix | Auto-detects and fixes any crypto exchange API error. Use this when you are unsure of the error type. Handles all 10 error categories automatically. |