getAskOrder
Get ask order given an order ID.
Request:
requestType is getAskOrder
order is the Order ID
Response:
(S) quantityQNT is the order quantity (in QNT)
(S) priceNQT is the order price (in NQT)
(S) accountRS is the Reed-Solomon address of the account
(N) requestProcessingTime is the API request processing time (in millisec)
(S) asset is the ID of the asset being ordered
(S) type is the type of order (bid or ask)
(S) account is the account number associated with the order
(S) order is the ID of the order
(N) height is the block height of the order transaction
Example:
http://localhost:801/BEAM?requestType=getAskOrder&order=14034527401109329159
Response:
{ “quantityQNT”: “10”, “priceNQT”: “10000000000000”, “accountRS”: “BEAM-7X92-29W5-7LQA-4V8CH”, “requestProcessingTime”: 1, “asset”: “15295227971848272658”, “type”: “ask”, “account”: “15350648744942013686”, “order”: “14034527401109329159”, “height”: 17901 }
Last updated