Documentation ¶ Index ¶ Constants func DecodeResponse(resp *resty.Response) ([]byte, error) func New() core.Exchange func Request(ctx context.Context) *resty.Request func UnmarshalResponse(resp *resty.Response, v interface{}) error type Error func (err *Error) Error() string type Ticker Constants ¶ View Source const ( Endpoint = "https://api.bittrex.com/v3/" ) Variables ¶ This section is empty. Functions ¶ func DecodeResponse ¶ func DecodeResponse(resp *resty.Response) ([]byte, error) func New ¶ func New() core.Exchange func Request ¶ func Request(ctx context.Context) *resty.Request func UnmarshalResponse ¶ func UnmarshalResponse(resp *resty.Response, v interface{}) error Types ¶ type Error ¶ type Error struct { Code int Msg string `json:"code,omitempty"` } func (*Error) Error ¶ func (err *Error) Error() string type Ticker ¶ type Ticker struct { Symbol string `json:"symbol"` AskRate decimal.Decimal `json:"askRate"` BidRate decimal.Decimal `json:"bidRate"` LastTradeRate decimal.Decimal `json:"lastTradeRate"` } Source Files ¶ View all Source files bittrex.goprice.gorequest.go Click to show internal directories. Click to hide internal directories.