getAccountCurrentBidOrderIds

Get Account Current Order Ids

Get current asset order IDs given an account ID in reverse block height order. Request: requestType is either getAccountCurrentBidOrderIds 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) bidOrderIds 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, “bidOrderIds”: [ “4875748854378397140”, “109196327778941945” ] }

Last updated