getAccountCurrentAskOrderIds
Get Account Current Order Ids
Get current asset order IDs given an account ID in reverse block height order.
Request:
requestType is either getAccountCurrentAskOrderIds
account is the account ID
asset is an asset ID filter (optional)
firstIndex is a zero-based index to the first order ID to retrieve (optional)
lastIndex is a zero-based index to the last order ID to retrieve (optional)
Response:
(A) askOrderIds is the array of order IDs
(N) requestProcessingTime is the API request processing time (in millisec)
Example:
Request:
http://localhost:801/BEAM?requestType=getAccountCurrentAskOrderIds&account=9582909050628712440
Response:
{ “requestProcessingTime”: 2, “askOrderIds”: [ “4875748854378397140”, “109196327778941945” ] }
Last updated