Betradar - the betting arm of Sportradar
Page History
Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Anchor | ||||
---|---|---|---|---|
|
Excerpt Include | ||||||
---|---|---|---|---|---|---|
|
Excerpt Include | ||||||
---|---|---|---|---|---|---|
|
Panel | ||
---|---|---|
Betradar delivers the complete match administration including Betstops on dangerous situations, and Betstarts. According to the match, all odds suggestions are updated constantly while a match is in progress.
Bookmaker SDKBookmaker SDK is a client library that enables easier integration with the Betradar XML feeds. SDK exposes XML feed service interface in a more user-friendly way and isolates the client from having to do XML feed parsing, proper connection handling, error recovery, event queuing and dispatching. It also makes a client solution more stable and robust when it comes to feed handling, especially with the release of new and updated XML feed versions. The Bookmaker SDK is available for Java and .NET: • Bookmaker SDK for Java: http://sdk.sportradar.com/bookmaker/java Access MethodsXML messages describing events happening during the match are sent through a socket connection to the client application. The system supports both SSL and plain connection, but we recommend usage of the secure SSL connection. Please note that each account is only able to have 2 open connections at the same time. Test environmentClients testing their systems can connect to our replay server. The connection details are: Port: 1984 (use 1985 for SSL) Live environmentConnection details for the live environment are: Port: 1980 (use 1981 for SSL) For Liveplex Hostname: Port: 1960 (use 1961 for SSL) Access restrictionsFor security reasons we only allow connections from IP addresses that have been added to our white list. It is therefore necessary that you provide us with the relevant IP addresses from which you are accessing our server before using the production server. Otherwise your login requests will not be successful. The test server has a separate white list, so be sure to take note of that. Testing should be done via the test server before going live. There is also a limitation on how many requests you can send to the server. The limits are as follows:
If you exceed these limits, your account will be automatically suspended. The account can be reactivated by our support department immediately, once the spamming has been fixed. In this case you will receive automatically an email alerting you about the account suspension. To ensure that your connection to our server is receiving data fast enough, we have also added some security mechanisms to avoid an XML message queue
Requirements of client systemsWe expect the client system to be able of doing the following:
|