Duration Order Objects
Response Objects
ExecutionsObject
error
string
Contains an error message if an error has occurred (e.g., insufficient funds).
type
string
Order type
ExecutionsPayloadObject
accountId
string
Cash/credit accountId used for trade creation
deliverCurrency
string
Currency used for deliverQuantity
For example, if ticker is BTC-USD and tradeSide is buy, then the delivered currency is USD. If tradeSide is sell, the delivered currency is BTC.
deliverQuantity
number
Quantity of currency delivered by user based on the ticker and tradeSide.
expireTime
number
Expiration time in milliseconds of when the pre-existing order will expire. Expiration time must be within 90 days of order creation.
fee
number
Trade fee
orderId
string
Order ID
price
number
Price in quote currency (i.e. if ticker is BTC-USD, then the price will be in USD)
quoteId
string
ID of the quote provided by Aquanow
quoteTime
number
Time quote was provided in milliseconds
receiveCurrency
string
Currency used for receiveQuantity
For example, if ticker is BTC-USD and tradeSide is buy, then the received currency is BTC. If tradeSide is sell, the received currency is USD.
receiveQuantity
number
Quantity of currency received by user based on the ticker and tradeSide.
symbol
string
Currency pair (e.g., "BTC-USD")
ticker
string
Currency pair (e.g., "BTC-USD")
tradeSide
string
"buy" or "sell"
tradeTime
number
Time trade was created in milliseconds