Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 617 Bytes

File metadata and controls

16 lines (15 loc) · 617 Bytes

tradovate-python-wrapper

A slightly modified python swagger client for the Tradovate API


Open tradovate_broker.py, replace the parameters below with your credentials and run the file. It should get an access token and call Account_List

data = '''{ "name": "<account_username>", "password": "<account_password>", "appId": "<API appId>", "appVersion": "0.0.1", "deviceId": "<device_id - From API settings screen in your dashboard, click on curl button>", "cid": "<API cid>", "sec": "<API secret key>" }'''