Orders
Last updated
Last updated
Property | Type | Description |
---|---|---|
Property | Type | Description |
---|---|---|
wallet_address
string
Wallet address (optional)
maker_asset
string
Maker asset (optional)
taker_asset
string
Taker asset (optional)
maker_amount
string
Maker amount (optional)
taker_amount
string
Taker amount (optional)
order_price
string
Order price (optional)
page
number
Page number (default: 1)
pageSize
number
Page size (default: 10)
status
string
Status of the response.
code
number
Status code of the response.
data
Order[]
An array of Order
objects representing the orders retrieved by the API call. Each Order
object contains details specific to an individual order.
signer
string
The address of the entity that created and signed the order.
maker_asset
string
The asset being offered by the maker in the trade.
taker_asset
string
The asset being requested by the maker from the taker.
maker_amount
number
The amount of the maker_asset
being offered.
taker_amount
number
The amount of the taker_asset
being requested.
order_price
number
The price at which the order is executed, typically derived from maker_amount
and taker_amount
.
expiration
number
The timestamp at which the order expires and is no longer valid.
use_solver
boolean
Indicates whether a solver is used to settle the order.
partial_fill
boolean
Allows the order to be filled partially.
order_hash
string
A unique identifier for the order, usually generated by hashing order details.
signature
string[]
An array containing the digital signature(s) that validate the signer's consent to the order.
nonce
number
A unique number used once to ensure the order's uniqueness and prevent replay attacks.