Hello
. I've got an empty response from this two methods: listCurrentOrders and listClearedOrders.
I'm trying to use api 1.0-DELAY.
listCurrentOrders (no parameters)
listClearedOrders (BetStatus:SETTLED)
Can I get orders on test api (1.0-DELAY)?
Should I do something before make request to listCurrentOrders and listClearedOrders?
Is 1.0-DELAY work now?
. I've got an empty response from this two methods: listCurrentOrders and listClearedOrders.I'm trying to use api 1.0-DELAY.
listCurrentOrders (no parameters)
Code:
{}
Code:
{
"clearedOrders": [],
"moreAvailable": false
}
Should I do something before make request to listCurrentOrders and listClearedOrders?
Is 1.0-DELAY work now?


Comment