Skip to main content
Every failure raises a typed exception from avantis_trader_sdk.errors, all descending from AvantisError.

Hierarchy

DigestMismatchError means the SDK’s local encoding disagrees with the API, either encoding drift or a tampered response. Nothing was signed or submitted. Do not work around it; upgrade the SDK or report the issue.
On RelayTimeoutError, the order may still settle after the polling window. Check client.account.positions() before resubmitting, or you may end up with a double fill.