listCurrentOrders error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • molnarlac
    Junior Member
    • Nov 2014
    • 6

    #1

    listCurrentOrders error

    Hello,

    I use api-ng, but three times got message error in case of listCurrentOrders request that missing mandatory parameter. I can not understand this message, because the listCurrentOrders request has not mandatory parameter.

    I send (listCurrentOrders) request continously to server:
    good response
    good response
    good response
    ... I place some orders ...
    good response
    good response
    ... I place some orders, and what happens ...
    request error: -32602, DSC-0018

    Than I change the marketId, and again I receive good response, but the previously marketId does not give anymore good response, because my request is missing mandatory parameters.
    What happens? I did not change my program, but I have place some orders.
  • molnarlac
    Junior Member
    • Nov 2014
    • 6

    #2
    The problem is solved:
    The two separate request (listMarketBook and listCurrentOrders) not supported. This is need to be use in both request: listMarketBook with ordersProjection. This is only one request, and works it.

    Comment

    Working...
    X