From 69540d85867ee96065e1bd284cbe38f6613cd12f Mon Sep 17 00:00:00 2001 From: Jerko J <83344666+JJ-Cro@users.noreply.github.com> Date: Thu, 29 Aug 2024 16:10:07 +0200 Subject: [PATCH] emoji update --- docs/endpointsFunctionList.md | 280 +++++++++++++++++----------------- 1 file changed, 140 insertions(+), 140 deletions(-) diff --git a/docs/endpointsFunctionList.md b/docs/endpointsFunctionList.md index 3b64c39..8ef1556 100644 --- a/docs/endpointsFunctionList.md +++ b/docs/endpointsFunctionList.md @@ -43,7 +43,7 @@ This table includes all endpoints from the official Exchange API docs and corres | -------- | :------: | :------: | -------- | | `fetchServerTime()` | :unlock: no | GET | `/v5/market/time` | | `getServerTime()` | :unlock: no | GET | `/v5/market/time` | -| `requestDemoTradingFunds()` | :lock: YES | POST | `/v5/account/demo-apply-money` | +| `requestDemoTradingFunds()` | :closed_lock_with_key: YES | POST | `/v5/account/demo-apply-money` | | `getKline()` | :unlock: no | GET | `/v5/market/kline` | | `getMarkPriceKline()` | :unlock: no | GET | `/v5/market/mark-price-kline` | | `getIndexPriceKline()` | :unlock: no | GET | `/v5/market/index-price-kline` | @@ -62,133 +62,133 @@ This table includes all endpoints from the official Exchange API docs and corres | `getOptionDeliveryPrice()` | :unlock: no | GET | `/v5/market/delivery-price` | | `getDeliveryPrice()` | :unlock: no | GET | `/v5/market/delivery-price` | | `getLongShortRatio()` | :unlock: no | GET | `/v5/market/account-ratio` | -| `submitOrder()` | :lock: YES | POST | `/v5/order/create` | -| `amendOrder()` | :lock: YES | POST | `/v5/order/amend` | -| `cancelOrder()` | :lock: YES | POST | `/v5/order/cancel` | -| `getActiveOrders()` | :lock: YES | GET | `/v5/order/realtime` | -| `cancelAllOrders()` | :lock: YES | POST | `/v5/order/cancel-all` | -| `getHistoricOrders()` | :lock: YES | GET | `/v5/order/history` | -| `batchSubmitOrders()` | :lock: YES | POST | `/v5/order/create-batch` | -| `batchAmendOrders()` | :lock: YES | POST | `/v5/order/amend-batch` | -| `batchCancelOrders()` | :lock: YES | POST | `/v5/order/cancel-batch` | -| `getSpotBorrowCheck()` | :lock: YES | GET | `/v5/order/spot-borrow-check` | -| `setDisconnectCancelAllWindow()` | :lock: YES | POST | `/v5/order/disconnected-cancel-all` | -| `setDisconnectCancelAllWindowV2()` | :lock: YES | POST | `/v5/order/disconnected-cancel-all` | -| `getPositionInfo()` | :lock: YES | GET | `/v5/position/list` | -| `setLeverage()` | :lock: YES | POST | `/v5/position/set-leverage` | -| `switchIsolatedMargin()` | :lock: YES | POST | `/v5/position/switch-isolated` | -| `setTPSLMode()` | :lock: YES | POST | `/v5/position/set-tpsl-mode` | -| `switchPositionMode()` | :lock: YES | POST | `/v5/position/switch-mode` | -| `setRiskLimit()` | :lock: YES | POST | `/v5/position/set-risk-limit` | -| `setTradingStop()` | :lock: YES | POST | `/v5/position/trading-stop` | -| `setAutoAddMargin()` | :lock: YES | POST | `/v5/position/set-auto-add-margin` | -| `addOrReduceMargin()` | :lock: YES | POST | `/v5/position/add-margin` | -| `getExecutionList()` | :lock: YES | GET | `/v5/execution/list` | -| `getClosedPnL()` | :lock: YES | GET | `/v5/position/closed-pnl` | -| `movePosition()` | :lock: YES | POST | `/v5/position/move-positions` | -| `getMovePositionHistory()` | :lock: YES | GET | `/v5/position/move-history` | -| `confirmNewRiskLimit()` | :lock: YES | POST | `/v5/position/confirm-pending-mmr` | -| `getPreUpgradeOrderHistory()` | :lock: YES | GET | `/v5/pre-upgrade/order/history` | -| `getPreUpgradeTradeHistory()` | :lock: YES | GET | `/v5/pre-upgrade/execution/list` | -| `getPreUpgradeClosedPnl()` | :lock: YES | GET | `/v5/pre-upgrade/position/closed-pnl` | -| `getPreUpgradeTransactions()` | :lock: YES | GET | `/v5/pre-upgrade/account/transaction-log` | -| `getPreUpgradeOptionDeliveryRecord()` | :lock: YES | GET | `/v5/pre-upgrade/asset/delivery-record` | -| `getPreUpgradeUSDCSessionSettlements()` | :lock: YES | GET | `/v5/pre-upgrade/asset/settlement-record` | -| `getWalletBalance()` | :lock: YES | GET | `/v5/account/wallet-balance` | -| `upgradeToUnifiedAccount()` | :lock: YES | POST | `/v5/account/upgrade-to-uta` | -| `getBorrowHistory()` | :lock: YES | GET | `/v5/account/borrow-history` | -| `repayLiability()` | :lock: YES | POST | `/v5/account/quick-repayment` | -| `setCollateralCoin()` | :lock: YES | POST | `/v5/account/set-collateral-switch` | -| `batchSetCollateralCoin()` | :lock: YES | POST | `/v5/account/set-collateral-switch-batch` | -| `getCollateralInfo()` | :lock: YES | GET | `/v5/account/collateral-info` | -| `getCoinGreeks()` | :lock: YES | GET | `/v5/asset/coin-greeks` | -| `getFeeRate()` | :lock: YES | GET | `/v5/account/fee-rate` | -| `getAccountInfo()` | :lock: YES | GET | `/v5/account/info` | -| `getTransactionLog()` | :lock: YES | GET | `/v5/account/transaction-log` | -| `getClassicTransactionLogs()` | :lock: YES | GET | `/v5/account/contract-transaction-log` | -| `getSMPGroup()` | :lock: YES | GET | `/v5/account/smp-group` | -| `setMarginMode()` | :lock: YES | POST | `/v5/account/set-margin-mode` | -| `setSpotHedging()` | :lock: YES | POST | `/v5/account/set-hedging-mode` | -| `setMMP()` | :lock: YES | POST | `/v5/account/mmp-modify` | -| `resetMMP()` | :lock: YES | POST | `/v5/account/mmp-reset` | -| `getMMPState()` | :lock: YES | GET | `/v5/account/mmp-state` | -| `getDCPInfo()` | :lock: YES | GET | `/v5/account/query-dcp-info` | -| `getCoinExchangeRecords()` | :lock: YES | GET | `/v5/asset/exchange/order-record` | -| `getDeliveryRecord()` | :lock: YES | GET | `/v5/asset/delivery-record` | -| `getSettlementRecords()` | :lock: YES | GET | `/v5/asset/settlement-record` | -| `getAssetInfo()` | :lock: YES | GET | `/v5/asset/transfer/query-asset-info` | -| `getAllCoinsBalance()` | :lock: YES | GET | `/v5/asset/transfer/query-account-coins-balance` | -| `getCoinBalance()` | :lock: YES | GET | `/v5/asset/transfer/query-account-coin-balance` | -| `getTransferableCoinList()` | :lock: YES | GET | `/v5/asset/transfer/query-transfer-coin-list` | -| `createInternalTransfer()` | :lock: YES | POST | `/v5/asset/transfer/inter-transfer` | -| `getInternalTransferRecords()` | :lock: YES | GET | `/v5/asset/transfer/query-inter-transfer-list` | -| `getSubUID()` | :lock: YES | GET | `/v5/asset/transfer/query-sub-member-list` | -| `enableUniversalTransferForSubUIDs()` | :lock: YES | POST | `/v5/asset/transfer/save-transfer-sub-member` | -| `createUniversalTransfer()` | :lock: YES | POST | `/v5/asset/transfer/universal-transfer` | -| `getUniversalTransferRecords()` | :lock: YES | GET | `/v5/asset/transfer/query-universal-transfer-list` | +| `submitOrder()` | :closed_lock_with_key: YES | POST | `/v5/order/create` | +| `amendOrder()` | :closed_lock_with_key: YES | POST | `/v5/order/amend` | +| `cancelOrder()` | :closed_lock_with_key: YES | POST | `/v5/order/cancel` | +| `getActiveOrders()` | :closed_lock_with_key: YES | GET | `/v5/order/realtime` | +| `cancelAllOrders()` | :closed_lock_with_key: YES | POST | `/v5/order/cancel-all` | +| `getHistoricOrders()` | :closed_lock_with_key: YES | GET | `/v5/order/history` | +| `batchSubmitOrders()` | :closed_lock_with_key: YES | POST | `/v5/order/create-batch` | +| `batchAmendOrders()` | :closed_lock_with_key: YES | POST | `/v5/order/amend-batch` | +| `batchCancelOrders()` | :closed_lock_with_key: YES | POST | `/v5/order/cancel-batch` | +| `getSpotBorrowCheck()` | :closed_lock_with_key: YES | GET | `/v5/order/spot-borrow-check` | +| `setDisconnectCancelAllWindow()` | :closed_lock_with_key: YES | POST | `/v5/order/disconnected-cancel-all` | +| `setDisconnectCancelAllWindowV2()` | :closed_lock_with_key: YES | POST | `/v5/order/disconnected-cancel-all` | +| `getPositionInfo()` | :closed_lock_with_key: YES | GET | `/v5/position/list` | +| `setLeverage()` | :closed_lock_with_key: YES | POST | `/v5/position/set-leverage` | +| `switchIsolatedMargin()` | :closed_lock_with_key: YES | POST | `/v5/position/switch-isolated` | +| `setTPSLMode()` | :closed_lock_with_key: YES | POST | `/v5/position/set-tpsl-mode` | +| `switchPositionMode()` | :closed_lock_with_key: YES | POST | `/v5/position/switch-mode` | +| `setRiskLimit()` | :closed_lock_with_key: YES | POST | `/v5/position/set-risk-limit` | +| `setTradingStop()` | :closed_lock_with_key: YES | POST | `/v5/position/trading-stop` | +| `setAutoAddMargin()` | :closed_lock_with_key: YES | POST | `/v5/position/set-auto-add-margin` | +| `addOrReduceMargin()` | :closed_lock_with_key: YES | POST | `/v5/position/add-margin` | +| `getExecutionList()` | :closed_lock_with_key: YES | GET | `/v5/execution/list` | +| `getClosedPnL()` | :closed_lock_with_key: YES | GET | `/v5/position/closed-pnl` | +| `movePosition()` | :closed_lock_with_key: YES | POST | `/v5/position/move-positions` | +| `getMovePositionHistory()` | :closed_lock_with_key: YES | GET | `/v5/position/move-history` | +| `confirmNewRiskLimit()` | :closed_lock_with_key: YES | POST | `/v5/position/confirm-pending-mmr` | +| `getPreUpgradeOrderHistory()` | :closed_lock_with_key: YES | GET | `/v5/pre-upgrade/order/history` | +| `getPreUpgradeTradeHistory()` | :closed_lock_with_key: YES | GET | `/v5/pre-upgrade/execution/list` | +| `getPreUpgradeClosedPnl()` | :closed_lock_with_key: YES | GET | `/v5/pre-upgrade/position/closed-pnl` | +| `getPreUpgradeTransactions()` | :closed_lock_with_key: YES | GET | `/v5/pre-upgrade/account/transaction-log` | +| `getPreUpgradeOptionDeliveryRecord()` | :closed_lock_with_key: YES | GET | `/v5/pre-upgrade/asset/delivery-record` | +| `getPreUpgradeUSDCSessionSettlements()` | :closed_lock_with_key: YES | GET | `/v5/pre-upgrade/asset/settlement-record` | +| `getWalletBalance()` | :closed_lock_with_key: YES | GET | `/v5/account/wallet-balance` | +| `upgradeToUnifiedAccount()` | :closed_lock_with_key: YES | POST | `/v5/account/upgrade-to-uta` | +| `getBorrowHistory()` | :closed_lock_with_key: YES | GET | `/v5/account/borrow-history` | +| `repayLiability()` | :closed_lock_with_key: YES | POST | `/v5/account/quick-repayment` | +| `setCollateralCoin()` | :closed_lock_with_key: YES | POST | `/v5/account/set-collateral-switch` | +| `batchSetCollateralCoin()` | :closed_lock_with_key: YES | POST | `/v5/account/set-collateral-switch-batch` | +| `getCollateralInfo()` | :closed_lock_with_key: YES | GET | `/v5/account/collateral-info` | +| `getCoinGreeks()` | :closed_lock_with_key: YES | GET | `/v5/asset/coin-greeks` | +| `getFeeRate()` | :closed_lock_with_key: YES | GET | `/v5/account/fee-rate` | +| `getAccountInfo()` | :closed_lock_with_key: YES | GET | `/v5/account/info` | +| `getTransactionLog()` | :closed_lock_with_key: YES | GET | `/v5/account/transaction-log` | +| `getClassicTransactionLogs()` | :closed_lock_with_key: YES | GET | `/v5/account/contract-transaction-log` | +| `getSMPGroup()` | :closed_lock_with_key: YES | GET | `/v5/account/smp-group` | +| `setMarginMode()` | :closed_lock_with_key: YES | POST | `/v5/account/set-margin-mode` | +| `setSpotHedging()` | :closed_lock_with_key: YES | POST | `/v5/account/set-hedging-mode` | +| `setMMP()` | :closed_lock_with_key: YES | POST | `/v5/account/mmp-modify` | +| `resetMMP()` | :closed_lock_with_key: YES | POST | `/v5/account/mmp-reset` | +| `getMMPState()` | :closed_lock_with_key: YES | GET | `/v5/account/mmp-state` | +| `getDCPInfo()` | :closed_lock_with_key: YES | GET | `/v5/account/query-dcp-info` | +| `getCoinExchangeRecords()` | :closed_lock_with_key: YES | GET | `/v5/asset/exchange/order-record` | +| `getDeliveryRecord()` | :closed_lock_with_key: YES | GET | `/v5/asset/delivery-record` | +| `getSettlementRecords()` | :closed_lock_with_key: YES | GET | `/v5/asset/settlement-record` | +| `getAssetInfo()` | :closed_lock_with_key: YES | GET | `/v5/asset/transfer/query-asset-info` | +| `getAllCoinsBalance()` | :closed_lock_with_key: YES | GET | `/v5/asset/transfer/query-account-coins-balance` | +| `getCoinBalance()` | :closed_lock_with_key: YES | GET | `/v5/asset/transfer/query-account-coin-balance` | +| `getTransferableCoinList()` | :closed_lock_with_key: YES | GET | `/v5/asset/transfer/query-transfer-coin-list` | +| `createInternalTransfer()` | :closed_lock_with_key: YES | POST | `/v5/asset/transfer/inter-transfer` | +| `getInternalTransferRecords()` | :closed_lock_with_key: YES | GET | `/v5/asset/transfer/query-inter-transfer-list` | +| `getSubUID()` | :closed_lock_with_key: YES | GET | `/v5/asset/transfer/query-sub-member-list` | +| `enableUniversalTransferForSubUIDs()` | :closed_lock_with_key: YES | POST | `/v5/asset/transfer/save-transfer-sub-member` | +| `createUniversalTransfer()` | :closed_lock_with_key: YES | POST | `/v5/asset/transfer/universal-transfer` | +| `getUniversalTransferRecords()` | :closed_lock_with_key: YES | GET | `/v5/asset/transfer/query-universal-transfer-list` | | `getAllowedDepositCoinInfo()` | :unlock: no | GET | `/v5/asset/deposit/query-allowed-list` | -| `setDepositAccount()` | :lock: YES | POST | `/v5/asset/deposit/deposit-to-account` | -| `getDepositRecords()` | :lock: YES | GET | `/v5/asset/deposit/query-record` | -| `getSubAccountDepositRecords()` | :lock: YES | GET | `/v5/asset/deposit/query-sub-member-record` | -| `getInternalDepositRecords()` | :lock: YES | GET | `/v5/asset/deposit/query-internal-record` | -| `getMasterDepositAddress()` | :lock: YES | GET | `/v5/asset/deposit/query-address` | -| `getSubDepositAddress()` | :lock: YES | GET | `/v5/asset/deposit/query-sub-member-address` | -| `querySubMemberAddress()` | :lock: YES | GET | `/v5/asset/deposit/query-sub-member-address` | -| `getCoinInfo()` | :lock: YES | GET | `/v5/asset/coin/query-info` | -| `getWithdrawalRecords()` | :lock: YES | GET | `/v5/asset/withdraw/query-record` | -| `getWithdrawableAmount()` | :lock: YES | GET | `/v5/asset/withdraw/withdrawable-amount` | -| `getExchangeEntities()` | :lock: YES | GET | `/v5/asset/withdraw/vasp/list` | -| `submitWithdrawal()` | :lock: YES | POST | `/v5/asset/withdraw/create` | -| `cancelWithdrawal()` | :lock: YES | POST | `/v5/asset/withdraw/cancel` | -| `getConvertCoins()` | :lock: YES | GET | `/v5/asset/exchange/query-coin-list` | -| `requestConvertQuote()` | :lock: YES | POST | `/v5/asset/exchange/quote-apply` | -| `confirmConvertQuote()` | :lock: YES | POST | `/v5/asset/exchange/convert-execute` | -| `getConvertStatus()` | :lock: YES | GET | `/v5/asset/exchange/convert-result-query` | -| `getConvertHistory()` | :lock: YES | GET | `/v5/asset/exchange/query-convert-history` | -| `createSubMember()` | :lock: YES | POST | `/v5/user/create-sub-member` | -| `createSubUIDAPIKey()` | :lock: YES | POST | `/v5/user/create-sub-api` | -| `getSubUIDList()` | :lock: YES | GET | `/v5/user/query-sub-members` | -| `getSubUIDListUnlimited()` | :lock: YES | GET | `/v5/user/submembers` | -| `getSubAccountAllApiKeys()` | :lock: YES | GET | `/v5/user/sub-apikeys` | -| `setSubUIDFrozenState()` | :lock: YES | POST | `/v5/user/frozen-sub-member` | -| `getQueryApiKey()` | :lock: YES | GET | `/v5/user/query-api` | -| `getUIDWalletType()` | :lock: YES | GET | `/v5/user/query-api` | -| `updateMasterApiKey()` | :lock: YES | POST | `/v5/user/update-api` | -| `updateSubApiKey()` | :lock: YES | POST | `/v5/user/update-sub-api` | -| `deleteMasterApiKey()` | :lock: YES | POST | `/v5/user/delete-api` | -| `deleteSubApiKey()` | :lock: YES | POST | `/v5/user/delete-sub-api` | -| `deleteSubMember()` | :lock: YES | POST | `/v5/user/del-submember` | -| `getAffiliateUserInfo()` | :lock: YES | GET | `/v5/user/aff-customer-info` | +| `setDepositAccount()` | :closed_lock_with_key: YES | POST | `/v5/asset/deposit/deposit-to-account` | +| `getDepositRecords()` | :closed_lock_with_key: YES | GET | `/v5/asset/deposit/query-record` | +| `getSubAccountDepositRecords()` | :closed_lock_with_key: YES | GET | `/v5/asset/deposit/query-sub-member-record` | +| `getInternalDepositRecords()` | :closed_lock_with_key: YES | GET | `/v5/asset/deposit/query-internal-record` | +| `getMasterDepositAddress()` | :closed_lock_with_key: YES | GET | `/v5/asset/deposit/query-address` | +| `getSubDepositAddress()` | :closed_lock_with_key: YES | GET | `/v5/asset/deposit/query-sub-member-address` | +| `querySubMemberAddress()` | :closed_lock_with_key: YES | GET | `/v5/asset/deposit/query-sub-member-address` | +| `getCoinInfo()` | :closed_lock_with_key: YES | GET | `/v5/asset/coin/query-info` | +| `getWithdrawalRecords()` | :closed_lock_with_key: YES | GET | `/v5/asset/withdraw/query-record` | +| `getWithdrawableAmount()` | :closed_lock_with_key: YES | GET | `/v5/asset/withdraw/withdrawable-amount` | +| `getExchangeEntities()` | :closed_lock_with_key: YES | GET | `/v5/asset/withdraw/vasp/list` | +| `submitWithdrawal()` | :closed_lock_with_key: YES | POST | `/v5/asset/withdraw/create` | +| `cancelWithdrawal()` | :closed_lock_with_key: YES | POST | `/v5/asset/withdraw/cancel` | +| `getConvertCoins()` | :closed_lock_with_key: YES | GET | `/v5/asset/exchange/query-coin-list` | +| `requestConvertQuote()` | :closed_lock_with_key: YES | POST | `/v5/asset/exchange/quote-apply` | +| `confirmConvertQuote()` | :closed_lock_with_key: YES | POST | `/v5/asset/exchange/convert-execute` | +| `getConvertStatus()` | :closed_lock_with_key: YES | GET | `/v5/asset/exchange/convert-result-query` | +| `getConvertHistory()` | :closed_lock_with_key: YES | GET | `/v5/asset/exchange/query-convert-history` | +| `createSubMember()` | :closed_lock_with_key: YES | POST | `/v5/user/create-sub-member` | +| `createSubUIDAPIKey()` | :closed_lock_with_key: YES | POST | `/v5/user/create-sub-api` | +| `getSubUIDList()` | :closed_lock_with_key: YES | GET | `/v5/user/query-sub-members` | +| `getSubUIDListUnlimited()` | :closed_lock_with_key: YES | GET | `/v5/user/submembers` | +| `getSubAccountAllApiKeys()` | :closed_lock_with_key: YES | GET | `/v5/user/sub-apikeys` | +| `setSubUIDFrozenState()` | :closed_lock_with_key: YES | POST | `/v5/user/frozen-sub-member` | +| `getQueryApiKey()` | :closed_lock_with_key: YES | GET | `/v5/user/query-api` | +| `getUIDWalletType()` | :closed_lock_with_key: YES | GET | `/v5/user/query-api` | +| `updateMasterApiKey()` | :closed_lock_with_key: YES | POST | `/v5/user/update-api` | +| `updateSubApiKey()` | :closed_lock_with_key: YES | POST | `/v5/user/update-sub-api` | +| `deleteMasterApiKey()` | :closed_lock_with_key: YES | POST | `/v5/user/delete-api` | +| `deleteSubApiKey()` | :closed_lock_with_key: YES | POST | `/v5/user/delete-sub-api` | +| `deleteSubMember()` | :closed_lock_with_key: YES | POST | `/v5/user/del-submember` | +| `getAffiliateUserInfo()` | :closed_lock_with_key: YES | GET | `/v5/user/aff-customer-info` | | `getLeveragedTokenInfo()` | :unlock: no | GET | `/v5/spot-lever-token/info` | | `getLeveragedTokenMarket()` | :unlock: no | GET | `/v5/spot-lever-token/reference` | -| `purchaseSpotLeveragedToken()` | :lock: YES | POST | `/v5/spot-lever-token/purchase` | -| `redeemSpotLeveragedToken()` | :lock: YES | POST | `/v5/spot-lever-token/redeem` | -| `getSpotLeveragedTokenOrderHistory()` | :lock: YES | GET | `/v5/spot-lever-token/order-record` | +| `purchaseSpotLeveragedToken()` | :closed_lock_with_key: YES | POST | `/v5/spot-lever-token/purchase` | +| `redeemSpotLeveragedToken()` | :closed_lock_with_key: YES | POST | `/v5/spot-lever-token/redeem` | +| `getSpotLeveragedTokenOrderHistory()` | :closed_lock_with_key: YES | GET | `/v5/spot-lever-token/order-record` | | `getVIPMarginData()` | :unlock: no | GET | `/v5/spot-margin-trade/data` | -| `getHistoricalInterestRate()` | :lock: YES | GET | `/v5/spot-margin-trade/interest-rate-history` | -| `toggleSpotMarginTrade()` | :lock: YES | POST | `/v5/spot-margin-trade/switch-mode` | -| `setSpotMarginLeverage()` | :lock: YES | POST | `/v5/spot-margin-trade/set-leverage` | -| `getSpotMarginState()` | :lock: YES | GET | `/v5/spot-margin-trade/state` | -| `getSpotMarginCoinInfo()` | :lock: YES | GET | `/v5/spot-cross-margin-trade/pledge-token` | -| `getSpotMarginBorrowableCoinInfo()` | :lock: YES | GET | `/v5/spot-cross-margin-trade/borrow-token` | -| `getSpotMarginInterestAndQuota()` | :lock: YES | GET | `/v5/spot-cross-margin-trade/loan-info` | -| `getSpotMarginLoanAccountInfo()` | :lock: YES | GET | `/v5/spot-cross-margin-trade/account` | -| `spotMarginBorrow()` | :lock: YES | POST | `/v5/spot-cross-margin-trade/loan` | -| `spotMarginRepay()` | :lock: YES | POST | `/v5/spot-cross-margin-trade/repay` | -| `getSpotMarginBorrowOrderDetail()` | :lock: YES | GET | `/v5/spot-cross-margin-trade/orders` | -| `getSpotMarginRepaymentOrderDetail()` | :lock: YES | GET | `/v5/spot-cross-margin-trade/repay-history` | -| `toggleSpotCrossMarginTrade()` | :lock: YES | POST | `/v5/spot-cross-margin-trade/switch` | +| `getHistoricalInterestRate()` | :closed_lock_with_key: YES | GET | `/v5/spot-margin-trade/interest-rate-history` | +| `toggleSpotMarginTrade()` | :closed_lock_with_key: YES | POST | `/v5/spot-margin-trade/switch-mode` | +| `setSpotMarginLeverage()` | :closed_lock_with_key: YES | POST | `/v5/spot-margin-trade/set-leverage` | +| `getSpotMarginState()` | :closed_lock_with_key: YES | GET | `/v5/spot-margin-trade/state` | +| `getSpotMarginCoinInfo()` | :closed_lock_with_key: YES | GET | `/v5/spot-cross-margin-trade/pledge-token` | +| `getSpotMarginBorrowableCoinInfo()` | :closed_lock_with_key: YES | GET | `/v5/spot-cross-margin-trade/borrow-token` | +| `getSpotMarginInterestAndQuota()` | :closed_lock_with_key: YES | GET | `/v5/spot-cross-margin-trade/loan-info` | +| `getSpotMarginLoanAccountInfo()` | :closed_lock_with_key: YES | GET | `/v5/spot-cross-margin-trade/account` | +| `spotMarginBorrow()` | :closed_lock_with_key: YES | POST | `/v5/spot-cross-margin-trade/loan` | +| `spotMarginRepay()` | :closed_lock_with_key: YES | POST | `/v5/spot-cross-margin-trade/repay` | +| `getSpotMarginBorrowOrderDetail()` | :closed_lock_with_key: YES | GET | `/v5/spot-cross-margin-trade/orders` | +| `getSpotMarginRepaymentOrderDetail()` | :closed_lock_with_key: YES | GET | `/v5/spot-cross-margin-trade/repay-history` | +| `toggleSpotCrossMarginTrade()` | :closed_lock_with_key: YES | POST | `/v5/spot-cross-margin-trade/switch` | | `getInstitutionalLendingProductInfo()` | :unlock: no | GET | `/v5/ins-loan/product-infos` | | `getInstitutionalLendingMarginCoinInfo()` | :unlock: no | GET | `/v5/ins-loan/ensure-tokens` | | `getInstitutionalLendingMarginCoinInfoWithConversionRate()` | :unlock: no | GET | `/v5/ins-loan/ensure-tokens-convert` | -| `getInstitutionalLendingLoanOrders()` | :lock: YES | GET | `/v5/ins-loan/loan-order` | -| `getInstitutionalLendingRepayOrders()` | :lock: YES | GET | `/v5/ins-loan/repaid-history` | -| `getInstitutionalLendingLTV()` | :lock: YES | GET | `/v5/ins-loan/ltv` | -| `getInstitutionalLendingLTVWithLadderConversionRate()` | :lock: YES | GET | `/v5/ins-loan/ltv-convert` | -| `bindOrUnbindUID()` | :lock: YES | POST | `/v5/ins-loan/association-uid` | -| `getExchangeBrokerEarnings()` | :lock: YES | GET | `/v5/broker/earnings-info` | -| `getExchangeBrokerAccountInfo()` | :lock: YES | GET | `/v5/broker/account-info` | -| `getBrokerSubAccountDeposits()` | :lock: YES | GET | `/v5/broker/asset/query-sub-member-deposit-record` | +| `getInstitutionalLendingLoanOrders()` | :closed_lock_with_key: YES | GET | `/v5/ins-loan/loan-order` | +| `getInstitutionalLendingRepayOrders()` | :closed_lock_with_key: YES | GET | `/v5/ins-loan/repaid-history` | +| `getInstitutionalLendingLTV()` | :closed_lock_with_key: YES | GET | `/v5/ins-loan/ltv` | +| `getInstitutionalLendingLTVWithLadderConversionRate()` | :closed_lock_with_key: YES | GET | `/v5/ins-loan/ltv-convert` | +| `bindOrUnbindUID()` | :closed_lock_with_key: YES | POST | `/v5/ins-loan/association-uid` | +| `getExchangeBrokerEarnings()` | :closed_lock_with_key: YES | GET | `/v5/broker/earnings-info` | +| `getExchangeBrokerAccountInfo()` | :closed_lock_with_key: YES | GET | `/v5/broker/account-info` | +| `getBrokerSubAccountDeposits()` | :closed_lock_with_key: YES | GET | `/v5/broker/asset/query-sub-member-deposit-record` | # spot-client-v3.ts @@ -205,24 +205,24 @@ This table includes all endpoints from the official Exchange API docs and corres | `get24hrTicker()` | :unlock: no | GET | `/spot/v3/public/quote/ticker/24hr` | | `getLastTradedPrice()` | :unlock: no | GET | `/spot/v3/public/quote/ticker/price` | | `getBestBidAskPrice()` | :unlock: no | GET | `/spot/v3/public/quote/ticker/bookTicker` | -| `submitOrder()` | :lock: YES | POST | `/spot/v3/private/order` | -| `getOrder()` | :lock: YES | GET | `/spot/v3/private/order` | -| `cancelOrder()` | :lock: YES | POST | `/spot/v3/private/cancel-order` | -| `cancelOrderBatch()` | :lock: YES | POST | `/spot/v3/private/cancel-orders` | -| `cancelOrderBatchIDs()` | :lock: YES | POST | `/spot/v3/private/cancel-orders-by-ids` | -| `getOpenOrders()` | :lock: YES | GET | `/spot/v3/private/open-orders` | -| `getPastOrders()` | :lock: YES | GET | `/spot/v3/private/history-orders` | -| `getMyTrades()` | :lock: YES | GET | `/spot/v3/private/my-trades` | -| `getBalances()` | :lock: YES | GET | `/spot/v3/private/account` | +| `submitOrder()` | :closed_lock_with_key: YES | POST | `/spot/v3/private/order` | +| `getOrder()` | :closed_lock_with_key: YES | GET | `/spot/v3/private/order` | +| `cancelOrder()` | :closed_lock_with_key: YES | POST | `/spot/v3/private/cancel-order` | +| `cancelOrderBatch()` | :closed_lock_with_key: YES | POST | `/spot/v3/private/cancel-orders` | +| `cancelOrderBatchIDs()` | :closed_lock_with_key: YES | POST | `/spot/v3/private/cancel-orders-by-ids` | +| `getOpenOrders()` | :closed_lock_with_key: YES | GET | `/spot/v3/private/open-orders` | +| `getPastOrders()` | :closed_lock_with_key: YES | GET | `/spot/v3/private/history-orders` | +| `getMyTrades()` | :closed_lock_with_key: YES | GET | `/spot/v3/private/my-trades` | +| `getBalances()` | :closed_lock_with_key: YES | GET | `/spot/v3/private/account` | | `getServerTime()` | :unlock: no | GET | `/v2/public/time` | | `getLeveragedTokenAssetInfos()` | :unlock: no | GET | `/spot/v3/public/infos` | -| `getLeveragedTokenMarketInfo()` | :lock: YES | GET | `/spot/v3/private/reference` | -| `purchaseLeveragedToken()` | :lock: YES | POST | `/spot/v3/private/purchase` | -| `redeemLeveragedToken()` | :lock: YES | POST | `/spot/v3/private/redeem` | -| `getLeveragedTokenPRHistory()` | :lock: YES | GET | `/spot/v3/private/record` | -| `borrowCrossMarginLoan()` | :lock: YES | POST | `/spot/v3/private/cross-margin-loan` | -| `repayCrossMarginLoan()` | :lock: YES | POST | `/spot/v3/private/cross-margin-repay` | -| `getCrossMarginBorrowingInfo()` | :lock: YES | GET | `/spot/v3/private/cross-margin-orders` | -| `getCrossMarginAccountInfo()` | :lock: YES | GET | `/spot/v3/private/cross-margin-account` | -| `getCrossMarginInterestQuota()` | :lock: YES | GET | `/spot/v3/private/cross-margin-loan-info` | -| `getCrossMarginRepaymentHistory()` | :lock: YES | GET | `/spot/v3/private/cross-margin-repay-history` | \ No newline at end of file +| `getLeveragedTokenMarketInfo()` | :closed_lock_with_key: YES | GET | `/spot/v3/private/reference` | +| `purchaseLeveragedToken()` | :closed_lock_with_key: YES | POST | `/spot/v3/private/purchase` | +| `redeemLeveragedToken()` | :closed_lock_with_key: YES | POST | `/spot/v3/private/redeem` | +| `getLeveragedTokenPRHistory()` | :closed_lock_with_key: YES | GET | `/spot/v3/private/record` | +| `borrowCrossMarginLoan()` | :closed_lock_with_key: YES | POST | `/spot/v3/private/cross-margin-loan` | +| `repayCrossMarginLoan()` | :closed_lock_with_key: YES | POST | `/spot/v3/private/cross-margin-repay` | +| `getCrossMarginBorrowingInfo()` | :closed_lock_with_key: YES | GET | `/spot/v3/private/cross-margin-orders` | +| `getCrossMarginAccountInfo()` | :closed_lock_with_key: YES | GET | `/spot/v3/private/cross-margin-account` | +| `getCrossMarginInterestQuota()` | :closed_lock_with_key: YES | GET | `/spot/v3/private/cross-margin-loan-info` | +| `getCrossMarginRepaymentHistory()` | :closed_lock_with_key: YES | GET | `/spot/v3/private/cross-margin-repay-history` | \ No newline at end of file