crypto-api-fixer

Auto-repair middleware for crypto trading bots.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение

Что умеет

  • 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.

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

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.

Список инструментов сервера (11)

Технические названия из tools/list. Нужны только разработчикам.

fix_stale_dataDetects 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_limitHandles 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_downAuto-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_errorFixes unexpected 500 errors, null values, and wrong data types in API responses. Cost: $0.003/request.
fix_price_mismatchCross-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_brokenRepairs malformed JSON, schema changes, and missing required fields. Auto-remaps Binance, Coinbase, Kraken schemas. Cost: $0.007/request.
fix_auth_errorFixes 401/403 authentication errors. Rotates API keys, recalculates HMAC signatures, syncs timestamps. Cost: $0.007/request.
fix_financial_riskReal-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_deadDetects silent WebSocket disconnections and reconnects automatically. Use when no data received for over 30 seconds. Cost: $0.003/request.
fix_key_permissionValidates API key permissions. Alerts on dangerous withdrawal permissions and switches to safe trading mode. Cost: $0.003/request.
auto_fixAuto-detects and fixes any crypto exchange API error. Use this when you are unsure of the error type. Handles all 10 error categories automatically.
crypto-api-fixer: подключить к Claude, ChatGPT, Cursor · Connectors.fun