jmcarp / betfair.py

A Python wrapper for the Betfair API
MIT License
103 stars 76 forks source link

get_account_funds returning Exception #55

Open scotontheedge opened 8 years ago

scotontheedge commented 8 years ago

The call to get_account_funds() is returning a betfair.exceptions.ApiError: UNKNOWN I tested other Account apis and got the same issue. The Sports APIs work fine.

Thanks.

willrc commented 8 years ago

There are a couple of problems. The accounts calls do not return anything (there is a PR for this). Also, the url for accounts API calls is different.