I want to use API Binance and want to get history from Binance pay. I get info with /sapi/v1/pay/transactions, but no data from column To/From and Note. Can I get these data?
Details “To” and “Note” are missing.
Take note of these restrictions when querying the endpoint,
- If startTimestamp and endTimestamp are not sent, the recent 90 days’ data will be returned.
- The max interval between startTimestamp and endTimestamp is 90 days.
- Support for querying orders within the last 18 months.
we need extra data from api, which is not available currently using /sapi/v1/pay/transactions
can Binance adds at least “From” data?