adshao / go-binance

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

TradeTime not unixtimestamp nor unix-ns-timestamp #448

Closed f0o closed 1 year ago

f0o commented 1 year ago

What is TradeTime int64?

I'm having a hard time converting it into time.Time - Why report it in int64 and not time.Time to start with?

//EDIT:

It's apparently ms unix timestamp after some fiddling and looking at the actual numbers returned. Would be nice if it's documented somewhere.