Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chains ¶
type Chains struct { Chain string `json:"chain"` BaseChain string `json:"baseChain"` BaseChainProtocol string `json:"baseChainProtocol"` IsDynamic bool `json:"isDynamic"` NumOfConfirmations int `json:"numOfConfirmations"` NumOfFastConfirmations int `json:"numOfFastConfirmations"` MinDepositAmt string `json:"minDepositAmt"` DepositStatus string `json:"depositStatus"` MinWithdrawAmt string `json:"minWithdrawAmt"` MaxWithdrawAmt string `json:"maxWithdrawAmt"` WithdrawQuotaPerDay string `json:"withdrawQuotaPerDay"` WithdrawQuotaPerYear string `json:"withdrawQuotaPerYear"` WithdrawQuotaTotal string `json:"withdrawQuotaTotal"` WithdrawPrecision int `json:"withdrawPrecision"` WithdrawFeeType string `json:"withdrawFeeType"` TransactFeeWithdraw string `json:"transactFeeWithdraw"` MinTransactFeeWithdraw string `json:"minTransactFeeWithdraw"` MaxTransactFeeWithdraw string `json:"maxTransactFeeWithdraw"` TransactFeeRateWithdraw string `json:"transactFeeRateWithdraw"` WithdrawStatus string `json:"withdrawStatus"` }
type CurrencyChain ¶
type GetCurrenciesResponse ¶
type GetMarketStatusResponse ¶
type GetMarketStatusResponse struct { Code int `json:"code"` Message string `json:"message"` Data MarketStatus `json:"data"` }
type GetSymbolsResponse ¶
type GetTimestampResponse ¶
type GetV2ReferenceCurrenciesResponse ¶
type GetV2ReferenceCurrenciesResponse struct { Code int `json:"code"` Message string `json:"message"` Data []CurrencyChain `json:"data"` }
type MarketStatus ¶
type Symbol ¶
type Symbol struct { BaseCurrency string `json:"base-currency"` QuoteCurrency string `json:"quote-currency"` PricePrecision int `json:"price-precision"` AmountPrecision int `json:"amount-precision"` SymbolPartition string `json:"symbol-partition"` Symbol string `json:"symbol"` State string `json:"state"` ValuePrecision int `json:"value-precision"` LimitOrderMinOrderAmt decimal.Decimal `json:"limit-order-min-order-amt"` LimitOrderMaxOrderAmt decimal.Decimal `json:"limit-order-max-order-amt"` SellMarketMinOrderAmt decimal.Decimal `json:"sell-market-min-order-amt"` SellMarketMaxOrderAmt decimal.Decimal `json:"sell-market-max-order-amt"` BuyMarketMaxOrderValue decimal.Decimal `json:"buy-market-max-order-value"` MinOrderValue decimal.Decimal `json:"min-order-value"` MaxOrderValue decimal.Decimal `json:"max-order-value"` LeverageRatio decimal.Decimal `json:"leverage-ratio"` }
Click to show internal directories.
Click to hide internal directories.