SatLane
Documentation

Error codes

Errors

All errors return the same shape:

{
  "error": {
    "code": "no_active_xpub",
    "message": "Store has no active xpub for this environment...",
    "request_id": "b9fc7e29-587f-4dda-b220-86d7144893fe"
  }
}

Include the request_id when contacting support — it correlates to our server logs.

Common codes: auth_required, api_key_invalid, validation_error, not_found, gap_limit_exceeded, rate_limited, idempotency_conflict, chain_syncing.