The coin & amount allocated for potential trading.
The coin & amount to be acquired if/when the order conditions are met.
Contains timestamps and transaction references for order creation.
Tracks how much of the buy coin has actually been purchased.
Tracks how much of the allocated coin has actually been used (sold).
OptionalerrorIf the order ended or failed with an error, this might contain a reason or message.
The UNIX timestamp (ms) after which the order is considered expired.
OptionalfinishedIf the order has finished, indicates when and via which transaction it concluded.
OptionalintegratorOptional integrator fee data for advanced usage.
The on-chain object ID referencing this limit order.
OptionaloutputOptional stop-loss exchange rate; if triggered, the order might end or convert differently.
The address that will receive the bought coin, often the same as walletAddress.
The current status of the order (Active, Canceled, etc.).
Represents the on-chain data structure for a single limit order, including allocated coin amounts, buy coin details, creation/finalization times, etc.