Changelog
Any changes to the API are listed below
Endpoint | Change | Date |
---|---|---|
PUT /v1/broker_connections/{number}/collateral/rebalance | Added new endpoint to rebalance collateral as defined at Whispertrades | 2024-10-09 |
GET /v1/bots | Added trailing_stop_sensitivity to exit_condition | 2024-07-11 |
PUT /v1/bots/reports/{number}/run | Limit bot report runs to once every 10 minutes via API (per report) | 2024-06-26 |
GET /v1/bots | Added minimum_iv, maximum_iv, minimum_vix, maximum_vix, minimum_underlying_percent_move_from_open, and maximum_underlying_percent_move_from_open to bot and adjustment objects | 2024-06-05 |
GET /v1/bots/positions | Added current_spx_beta_weight to bot positions and legs | 2024-05-09 |
GET /v1/bots/positions | Added broker name and net_liquidation_value to broker_connection object | 2024-05-09 |
GET /v1/broker_connections (NEW) | Added new endpoint to get broker connections | 2024-05-08 |
GET /v1/bots | Added broker name and net_liquidation_value to broker_connection object | 2024-05-08 |
GET /v1/bots | Added frequency, day_of_week, and maximum_concurrent_positions to entry_condition | 2024-02-26 |
GET /v1/bots | Added is_enabled, max_per_day, max_per_hour to bot notifications | 2024-02-22 |
GET /v1/bots/positions | Added percent_otm_at_entry, percent_otm_at_exit, percent_itm_at_entry, percent_itm_at_exit to bot position and legs | 2024-01-15 |
GET /v1/bots | Added end_time to adjustments | 2024-01-04 |
GET /v1/bots | Added bot percent OTM targets to entry_condition | 2024-01-04 |
GET /v1/bots | Added bot ratio quantities to entry_condition | 2024-01-04 |
GET /v1/bots | Added otm_percent_stop to exit_condition | 2024-01-03 |
GET /v1/bots | Added minimum_position_otm_percent and maximum_position_otm_percent to adjustments | 2024-01-03 |