mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-01 23:16:51 +00:00
gateio: add ConvertSmallBalances, GetAccountDetails and GetUserTransactionRateLimitInfo API endpoints (#1889)
* gateio: add function ConvertSmallBalances * glorious/Thrasher: nits/additions * file standard * glorious: nit * AI: nit * boss king: nit * refactor: rename account detail functions and types for consistency --------- Co-authored-by: Ryan O'Hara-Reid <ryan.oharareid@thrasher.io> Co-authored-by: Adrian Gallagher <adrian.gallagher@thrasher.io>
This commit is contained in:
@@ -68,6 +68,7 @@ const (
|
||||
walletSavedAddressesEPL
|
||||
walletTradingFeeEPL
|
||||
walletTotalBalanceEPL
|
||||
walletConvertSmallBalancesEPL
|
||||
walletWithdrawEPL
|
||||
walletCancelWithdrawEPL
|
||||
|
||||
@@ -256,6 +257,7 @@ var packageRateLimits = request.RateLimitDefinitions{
|
||||
walletSavedAddressesEPL: standardRateLimit(),
|
||||
walletTradingFeeEPL: standardRateLimit(),
|
||||
walletTotalBalanceEPL: personalAccountRateLimit(),
|
||||
walletConvertSmallBalancesEPL: personalAccountRateLimit(),
|
||||
walletWithdrawEPL: withdrawFromWalletRateLimit(),
|
||||
walletCancelWithdrawEPL: standardRateLimit(),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user