Funding fee over user data stream

Hi,

The user data stream pushes ACCOUNT_UPDATE events for FUNDING_FEE events as described in

I was expecting to see the actual funding fee received/paid in the messages that get pushed. However, it only includes the current balances of the account (i.e., the total per asset and not the change per asset).

Is it possible to get the funding fee and the respective contract from which the fee was received/paid from the user data stream?

Thx,
Robert

I’d appreciate this improvement as well.
Currently I’m querying /fapi/v1/income after I received the FUNDING_FEE notification via websocket to determine the amount of the funding. However, this endpoint may report the amounts after some time and not immediately, so I need to query it multiple times after some while.

Will fwd this request to our dev team

Thank you

is there any update?