Look up an operation's on-chain status
Looks up the settlement lifecycle of a previously submitted operation by its operation UUID (op_uuid). Returns the operation’s serialized data along with its batch status, settlement transaction hash, and any error log; the status is null until the operation has been picked up for settlement.
Body
Response
Success
status is the operation's batch status; null until the operation has been picked up for settlement.
Batch lifecycle status — the single source of lifecycle truth for every operation in the batch (individual ops carry no status of their own). Each stage has a healthy variant and a corresponding ...Error variant meaning that stage failed. Serialized as the variant name (string) in API responses.
Batching, Executing, Proving, Settling, Settled, BatchingError, ExecutingError, ProvingError, SettlingError, SettledError Related topics
Look up a single order by idGet withdrawal history for a subaccountMigration skill for your coding agent