...
Table of Content Zone | ||
---|---|---|
| ||
What are Demo Tools?Demo tools are available for the Betfair Exchange API |
...
...
Demo Tools can be used by developers to allow quick experimentation and interaction with the production API system. Betting API |
...
Demo tool - https://docs.developer.betfair.com/visualisers/api-ng-sports-operations/ Accounts API Demo tool - https://docs.developer.betfair.com/visualisers/api-ng-account-operations/
| Visualiser
|
|
Example from Java Console
You can access the Visualiser tools via the following links:
Betting API - https://developers.betfair.com/visualisers/api-ng-sports-operations/
Accounts API - https://developers.betfair.com/visualisers/api-ng-account-operations/
Heartbeat API - https://developers.betfair.com//visualisers/api-ng-heartbeat-operations/
|
...
Demo ToolsThere are several ways that you can obtain a session token for the visualiser: |
...
Using the pre-populated session token from the websiteThe |
...
Demo Tools will populate the session token field with the value of a session token found in your browsers cookie store for the Betfair.com website |
...
2. Using the API-NG Interactive login sample
If you already have a white-listed application key, download SampleAPI.exe which is a compiled version of the sample interactive login code which is described in the documentation here, with the source from the API-NG Sample code github repo.
...
. Login to www.betfair.com (betfair.it/betfair.es) (via a seperate browser tab) and refresh the demo tools page to automatically input the Session Token field Manually adding the ssoid (session token) from the website cookieUsing Google Chrome you can inspect and copy the session directly from the browser by doing the following: Login using the API Endpoint login requestMake a POST request using a tool such as Postman following the instructions via Interactive Login - API Endpoint Examples of Demo Tools UsagePlease see some example of how to use the Demo tools in the steps below: 1. Request All eventTypes using listEventTypes 2. Request all events for EventTypeId 1 (Soccer) 3. Request all markets for a specific eventId using listMarketCatalogue 4. Request prices for a specific marketId (EX_BEST_OFFERS & EX_TRADED) using listMarketBook - Please note: click on the '?' under Market Book on the right hand side to reveal the Market Details pop up. Please noteThe Demo Tools are provided as-is, and is intended solely as a testing resource. The demo tools interact directly with the Betfair API production system and not a testbed/sandbox environment.
|