Hello,
I’m trying to use Coin-M futures’ GET /dapi/v1/income
endpoint (https://binance-docs.github.io/apidocs/delivery/en/#get-income-history-user_data) but I noticed that the income slightly differs from the website UI and transaction history file (last digit).
My guess is that the rounding is different between the API and the UI+file but I may be wrong.
You can see in the following API response and screenshots that the XLMUSD_PERP funding is 15.09154602 from the API and 15.09154603 in the file and UI.
API response
{'symbol': 'XLMUSD_PERP', 'incomeType': 'FUNDING_FEE', 'income': '15.09154602', 'asset': 'XLM', 'time': 1632931201000, 'info': 'FUNDING_FEE', 'tranId': 4956258083919547620, 'tradeId': ''}
Transaction History file (from https://www.binance.com/en/my/orders/futures/transactionhistory)
Website UI
Note: The website is showing UTC+9 so it is the same funding.
Is it an issue on my side, with the API or with the file+UI?
If it is an issue on Binance’s side, is it possible to have it fixed?
Regards,