Currently, in my test application (Java application connecting via REST), I'm using these endpoints:
For all Betting Operations:
https://api.betfair.com/exchange/betting/rest/v1.0/
For getAccountDetails and getAccountFunds:
https://api.betfair.com/exchange/account/rest/v1/
and for createDeveloperAppKeys and getDeveloperAppKeys:
https://beta-api.betfair.com/rest/v1.0/
They all work (tho I haven't used createDeveloperAppKeys for a while now), but I just wanted to check if https://beta-api.betfair.com/rest/v1.0/ should be changed now that the API is in production, and what to?
I did try changing it to https://api.betfair.com/rest/v1.0/ but that didn't work.
For all Betting Operations:
https://api.betfair.com/exchange/betting/rest/v1.0/
For getAccountDetails and getAccountFunds:
https://api.betfair.com/exchange/account/rest/v1/
and for createDeveloperAppKeys and getDeveloperAppKeys:
https://beta-api.betfair.com/rest/v1.0/
They all work (tho I haven't used createDeveloperAppKeys for a while now), but I just wanted to check if https://beta-api.betfair.com/rest/v1.0/ should be changed now that the API is in production, and what to?
I did try changing it to https://api.betfair.com/rest/v1.0/ but that didn't work.


Comment