adshao / go-binance

A Go SDK for Binance API
MIT License
1.48k stars 663 forks source link

NewGetIncomeHistoryService is Failing. #473

Closed seorlando33 closed 2 weeks ago

seorlando33 commented 1 year ago

I tried: client.NewGetIncomeHistoryService().IncomeType("REALIZED_PNL").Do(context.Background()) client.NewGetIncomeHistoryService().IncomeType("REALIZED_PNL").Do(context.Background(), futures.WithRecvWindow(60000)) client.NewGetIncomeHistoryService().Do(context.Background(), futures.WithRecvWindow(60000))

And I'm getting the next error:

code=-1021, msg=Timestamp for this request is outside of the recvWindow. am I doing something wrong?
xyq-c-cpp commented 2 weeks ago

No response for a long time, close this issue