Hello everyone.
Does anyone experienced such a problem?
I am able to login with my appKey and SSL certificate.. Able to getFunds successfully, getting actual balance.
But when I am trying any sportsAPI operation, i get this in return:
I tried to use example file from github repository, with the same issue. sending this:
to
https://api.betfair.com/exchange/betting/json-rpc/v1
and getting this in response:
i was able to locate this topic in the net, with the same issue:
https://forum.developer.betfair.com/...mpty-responses
so i made one bet and it is already settled. I have 12.5 USD on my account now, and one bet that was just settled not a long ago.
but this gave no effect so far. Maybe there're other API restrictions i do not know about?
Thanks a lot for help!
Regards
Does anyone experienced such a problem?
I am able to login with my appKey and SSL certificate.. Able to getFunds successfully, getting actual balance.
But when I am trying any sportsAPI operation, i get this in return:
Code:
[{"jsonrpc":"2.0","result":[],"id":1}]
Code:
[{"jsonrpc":"2.0","method":"SportsAPING/v1.0/listEventTypes","params":{"filter":{}},"id":1}]
https://api.betfair.com/exchange/betting/json-rpc/v1
and getting this in response:
Code:
[{"jsonrpc":"2.0","result":[],"id":1}]
https://forum.developer.betfair.com/...mpty-responses
so i made one bet and it is already settled. I have 12.5 USD on my account now, and one bet that was just settled not a long ago.
but this gave no effect so far. Maybe there're other API restrictions i do not know about?
Thanks a lot for help!
Regards


Comment