Python wrapper for Betdaq API.
$ pip install betdaq
>>> from betdaq.apiclient import APIClient
>>> api = APIClient('username', 'password')
>>> sport_ids = api.marketdata.get_sports()
>>> all_markets = api.marketdata.get_sports_markets([100005]) | Name | Name | Last commit date | ||
|---|---|---|---|---|
Python wrapper for Betdaq API.
$ pip install betdaq
>>> from betdaq.apiclient import APIClient
>>> api = APIClient('username', 'password')
>>> sport_ids = api.marketdata.get_sports()
>>> all_markets = api.marketdata.get_sports_markets([100005])