How to get Note from binance pay transfer?

Hello!

Im writing script to get data from binance pay transfers.
at docs Binance API Documentation nothing about “Note”.
May be some one know how get this?

Hi,

Can you be more precise about what data you expect from the API? (Print screen from the UI)

This im see in transfer binance pay: bpay note — Postimages
From API im get this:
{‘orderType’: ‘C2C’, ‘transactionId’: ‘this_is_tx’, ‘transactionTime’: 1658141668845, ‘amount’: ‘-1’, ‘currency’: ‘USDT’, ‘fundsDetail’: [{‘currency’: ‘USDT’, ‘amount’: ‘1’}]}

Data from the ‘note’ field is not available via the API.