Hi,
I’m trying to retrieve converts using the following endpoint: /sapi/v1/convert/tradeFlow
Unfortunately, I am being returned an empty list when there should be details about 2 separate trades.
These are the transactions in the binance statement file:
This is the response I receive from the API:
{
"list": [],
"startTime": 1583232308,
"endTime": 1583491508,
"limit": 100,
"moreData": false
}
Could you please help me?
Thanks,
Zeki