Hello World!
I’m working on a “Balance Analyzer tool” and I would like to learn and collect all needed endpoints to do so. At the moment, I’m stuck getting all data related to transfer between P2P and Spot, I found this endpoint GET /sapi/v1/asset/transfer (HMAC SHA256) but this is not returning all expected results. (I have done more than 10 transfers) and I’m getting only the last transfer that I made.
For each interval of time, I’m getting:
{‘total’: 0}
and I’m sure I have done transfer within those intervals.
I’m using these values for the endpoint
/sapi/v1/asset/transfer?startTime=1630119600000&endTime=1635035142606&type=MAIN_FUNDING&type=FUNDING_MAIN×tamp=1635035145910&signature=…
am I missing something??? (hopefully I am)
thanks in advance for the help!