Versions in this module Expand all Collapse all v1 v1.1.0 May 5, 2018 v1.0.0 Apr 11, 2018 Changes in this version + func AmendOrder(ctx context.Context, params map[string]interface{}) (swagger.Order, *http.Response, error) + func CancelOrder(ctx context.Context, params map[string]interface{}) ([]swagger.Order, *http.Response, error) + func GetClient(ctx context.Context) *swagger.APIClient + func GetOrder(ctx context.Context, params map[string]interface{}) ([]swagger.Order, *http.Response, error) + func GetPosition(ctx context.Context, params map[string]interface{}) ([]swagger.Position, *http.Response, error) + func GetTrade(ctx context.Context, params map[string]interface{}) ([]swagger.Trade, *http.Response, error) + func GetWallet(ctx context.Context) (swagger.Wallet, *http.Response, error) + func MakeContext(key string, secret string, host string) context.Context + func NewOrder(ctx context.Context, params map[string]interface{}) (swagger.Order, *http.Response, error)