Convert API missing data

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

The timestamp you posted should be at the millisecond level,

Hi passingsword,

Same issue using millisecond timestamps:

{
“list”: ,
“startTime”: 1583232308000,
“endTime”: 1583491508000,
“limit”: 100,
“moreData”: false
}

1 Like