In the test environment, https://developer.webull.com/apis/docs/reference/trade-cash-activity-by-type returns activity history as expected. However, in production it returns an empty list. This is true regardless of whether activity_types, start_time, or end_time are specified (all 3 appear to work as expected in the test environment). I have tasted against both directly invoking the API in go, and against the Python SDK, so I believe this to be a backend issue.
In the test environment, https://developer.webull.com/apis/docs/reference/trade-cash-activity-by-type returns activity history as expected. However, in production it returns an empty list. This is true regardless of whether
activity_types,start_time, orend_timeare specified (all 3 appear to work as expected in the test environment). I have tasted against both directly invoking the API in go, and against the Python SDK, so I believe this to be a backend issue.