All notable changes to this project will be documented in this file.
- Fixed typo on
GetSystemTime
func - Added
string
tag toGetCandlesticks
- Removed extra login log entry
- Fixed login process
- Fixed nil assignment issue on login process
- Changed login mechanism
- Added place algo order
- Added cancel algo order
- Added get algo order list and history
- Fixed public data models json tags
- Fixed account models json tags
- Fixed trade models json tags
- Renamed subaccount models filed names
- Fixed api requests json tag issues
- Fixed rest api request json tag issues
- Added status endpoint on rest
- Fixed requests array type conversion
- Fixed requests array type conversion
- Fixed invalid channel name on
private.Order
- Better error handling on
Ws
- Fixed nil assignment on Ws client of Trade
- Added request
ID
to trade requests - Added new event
Success
to handle trade success response
- Revert json tag changes on last version
- Fixed
account_models/Config.PosMode
type
- Fixed typo issue on
funding_requests.go
- Fixed json tag on
account_requests.go
- Fixed JSON tags on
models
- Changed
*Id
intoID
everywhere
- Fixed GET method requests issue
- Forced destination on creating api client
- Added github actions badges to README.md
- Fixed nil assignment on api.go