I get incomes from https://binance-docs.github.io/apidocs/futures/en/#get-income-history-user_data . The data contains a commission for BNXUSDT. Then I want to get trades from https://binance-docs.github.io/apidocs/futures/en/#account-trade-list-user_data for the BNXUSDT symbol, but I get an empty list without errors. How can this be?
Can you confirm you’ve double checked that the startTime
and endTime
is the same for both endpoints and the GET /fapi/v1/income
’s incomeType
is REALIZED_PNL
?