API
Base URL:https://mm-tx-simulator.aws.kuru.io
JSON only (Content-Type: application/json).
GET /tx/{tx_hash}
tx_hash: 0x + 64 hex characters.
200—{ "tx_hash", "error", "status" }wherestatusissimulation_successorsimulation_failed400— bad or missing hash429— max 1 request per second (shared across all callers); body hasretry_after_seconds500— server error
404 with {"error": "Not Found"}.
GET /health
200— includesstatus(healthyorunhealthy), optionallast_tx_hash_scanned,last_scanned_at503— unhealthy / error (body may includeerror)