Hi all,
newcomer to the API-NG here and I have a few questions I'd like to try get clarified.
1. When I created my application key on the Visualiser, it presents me with two Application Keys, and each has a separate "Version".
The first is "1.0-DELAY" and the second is simply "1.0". Unsurprisingly the -DELAY has a "Yes" under the Delay attribute. What does this mean?
2. Is there any up-to-date list of the request limitations for free API users? I can't seen to find anything; in one place i read 20 requests per second, in another it's 60 per minute. I take it http://bdp.betfair.com/index.php?opt...d=36&Itemid=62 is the most up to date, however this appears to be for the old API? Can anyone clarify?
3. Why do Market ID's always have a "1." before the number. Is this referring to "/v1" of the betfair API?
4. Is KeepAlive currently necessary to keep the session open? I've been idle for far longer than 20 minutes and can all my auth details still work for new requests. Furthermore, when I POST to the keep alive url with the following header with json-rpc:
I receive the error (in python), straight after the request that: SSLError: hostname 'identitysso.betfair.com' doesn't match u'betfair.com'. Is this a consequence of the KeepAlive not being fully implemented as of yet?
Any clarification to the above would be greatly appreciated.
thanks!
newcomer to the API-NG here and I have a few questions I'd like to try get clarified.
1. When I created my application key on the Visualiser, it presents me with two Application Keys, and each has a separate "Version".
The first is "1.0-DELAY" and the second is simply "1.0". Unsurprisingly the -DELAY has a "Yes" under the Delay attribute. What does this mean?
2. Is there any up-to-date list of the request limitations for free API users? I can't seen to find anything; in one place i read 20 requests per second, in another it's 60 per minute. I take it http://bdp.betfair.com/index.php?opt...d=36&Itemid=62 is the most up to date, however this appears to be for the old API? Can anyone clarify?
3. Why do Market ID's always have a "1." before the number. Is this referring to "/v1" of the betfair API?
4. Is KeepAlive currently necessary to keep the session open? I've been idle for far longer than 20 minutes and can all my auth details still work for new requests. Furthermore, when I POST to the keep alive url with the following header with json-rpc:
Code:
header = { 'X-Application' : myAppKey ,
'X-Authentication' : mySsoid ,
'content-type' : 'application/json',
}
Any clarification to the above would be greatly appreciated.
thanks!


Comment