Hi,
was wondering if someone could help me out with an annoying problem i have with json request for listCurrentOrders.
My current request :
gives me the error response :
Anyone able to assist please?
was wondering if someone could help me out with an annoying problem i have with json request for listCurrentOrders.
My current request :
Code:
jsonReq = "{""jsonrpc"": ""2.0"", ""method"": ""SportsAPING/v1.0/listCurrentOrders"", ""params"":{""betStatus"":""SETTLED"",""settledDateRange"":{},""includeItemDescription"":""false""}, ""id"": 1}"
Code:
{"jsonrpc":"2.0","error":{"code":-32601,"message":"DSC-0021"},"id":1}


Comment