Hi,
I am experiencing a problem where I make a call to the JSON RPC placeOrders endpoint. I make a request and get back an error:
{"jsonrpc":"2.0","error":{"code":-32099,"message":"ANGX-0002","data":{"APINGException":{"requestUUID":"ie2-ang26b-prd-05190827-005b2b5914","errorCode":"INVALID_INPUT_DATA","erro rDetails":"market id passed is invalid"},"exceptionname":"APINGException"}},"id": 5}
In the above case the market ID was 1.171350945, I have recorded the exact JSON I sent to the server and if I try it later the exact same request works, so I am confident that the market ID and the rest of the request is indeed correct.
I wonder if it's related to the market lifecycle, is it possible that a market opens but then quickly suspends?
I have further requestUUIDs as examples if BDP can provide some assistance.
I am experiencing a problem where I make a call to the JSON RPC placeOrders endpoint. I make a request and get back an error:
{"jsonrpc":"2.0","error":{"code":-32099,"message":"ANGX-0002","data":{"APINGException":{"requestUUID":"ie2-ang26b-prd-05190827-005b2b5914","errorCode":"INVALID_INPUT_DATA","erro rDetails":"market id passed is invalid"},"exceptionname":"APINGException"}},"id": 5}
In the above case the market ID was 1.171350945, I have recorded the exact JSON I sent to the server and if I try it later the exact same request works, so I am confident that the market ID and the rest of the request is indeed correct.
I wonder if it's related to the market lifecycle, is it possible that a market opens but then quickly suspends?
I have further requestUUIDs as examples if BDP can provide some assistance.


Comment