Betradar - the betting arm of Sportradar

Page tree

Betradar - the betting arm of Sportradar

Skip to end of metadata
Go to start of metadata

After connecting to the server, the client system needs to log in before it can start sending requests and receiving data.

XML example
<login>
<credential>
<loginname value="pavels"/>
<password value="..."/>
</credential>
</login>

Login reply
In order to let the client system know whether the login attempt was successful, the server replies to login messages.

XML example
<login result="valid">
<user bookmakerid="1234"/>
</login>

XML attributes definition

ElementAttributes

AttributeDescriptionPossible values
loginresultWhether the login was successful or not

String, possible values:
valid = Login succesfull
invalid = Login failed