thrasher-corp / gocryptotrader

A cryptocurrency trading bot and framework supporting multiple exchanges written in Golang.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduce `IBotExchange.ServerTime() (time.Time, error)` and implement it for all exchanges

ydm opened this issue · comments

Exchanges that do not support such a functionality should return common.ErrFunctionNotSupported.

I'm creating this one as a reminder for myself. Please assign it to me.

Core implementation has been done in #938, specific implementations can be done via PRs when needed. Thanks for bringing this to our attention.