toorop / go-bittrex

Go binding for the Bittrex crypto-currency exchange API.
MIT License
230 stars 101 forks source link

Fix to CreateOrder function #65

Closed jmtsantos closed 3 years ago

jmtsantos commented 3 years ago

Fix to CreateOrder function, request was sent with optional fields that would cause an error on the API Added support to client so that it returns API errors, instead of only getting the status code back Removed pending fmt.Println in client.go