Releases: gateio/gateapi-go
Releases · gateio/gateapi-go
v6.21.1 release
v5.15.5 Release
gateapi-go
library now supports go modules- Update some field types
- Add
/futures/{settle}/contract_stats
support - Add
/margin/currency_pairs/{currency_pair}
support
v4.15.4 Release
- Fix incorrect module name in
go.mod
. SDK now can be download directly with go cli:go get -u github.com/gateio/gateapi-go
- Tag name follows general golang versioning, i.e., prefixed with
v
, so thatgo get -u github.com/gateio/[email protected]
can be used to use specific version. - Add
PointType
inTradeFee
model - Add API to retrieve withdrawal status.
4.15.3 Release
- Add a new Error
GateAPIError
to facilitate error handling - Fix issues in API documentations
4.15.2 Release
4.15.2 adds support for all new APIs since 4.14.0, along with some changes:
- Authentication has been rewritten. It is now recommended to set is using a
context
. Previous way is still preserved but deprecated. For details about how to use acontext
, refer to any private endpoints in API documentation. - Add go modules support