bitget implicit API
Every raw bitget endpoint exposed as a CCXT implicit method — names, HTTP verbs, paths and rate-limit costs.
Every endpoint in bitget's api definition is exposed as an implicit method — a thin, generated wrapper around the raw exchange endpoint. Use these for exchange-specific functionality the CCXT API does not cover.
These methods are available in every CCXT language — TypeScript, JavaScript, Python, PHP, C# and Go. Call them by the camelCase name shown in the tables below (e.g. publicCommonGetV2PublicAnnoucements); the snake_case alias (public_common_get_v2_public_annoucements) also works in JavaScript, Python and PHP, and Go uses the PascalCase form (PublicCommonGetV2PublicAnnoucements). Switch tabs for the call in each language:
const bitget = new ccxt.bitget ();
const response = await bitget.publicCommonGetV2PublicAnnoucements (params);Path parameters wrapped in {} (e.g. {pair}) are substituted from params; everything else in params is sent as the query string or request body. Cost is the rate-limiter weight of each call.
📚 Official bitget API documentation: bitget.com · bitget.com · bitget.com · bitget.com · bitget.com · bitget.com · bitget.com · bitgetlimited.github.io · bitgetlimited.github.io · bitgetlimited.github.io · bitgetlimited.github.io
637 implicit endpoints across 2 access groups.
public
| Method | HTTP | Endpoint | Cost |
|---|---|---|---|
publicCommonGetV2PublicAnnoucements | GET | v2/public/annoucements | 1 |
publicCommonGetV2PublicTime | GET | v2/public/time | 1 |
publicSpotGetSpotV1NoticeQueryAllNotices | GET | spot/v1/notice/queryAllNotices | 1 |
publicSpotGetSpotV1PublicTime | GET | spot/v1/public/time | 1 |
publicSpotGetSpotV1PublicCurrencies | GET | spot/v1/public/currencies | 6.6667 |
publicSpotGetSpotV1PublicProducts | GET | spot/v1/public/products | 1 |
publicSpotGetSpotV1PublicProduct | GET | spot/v1/public/product | 1 |
publicSpotGetSpotV1MarketTicker | GET | spot/v1/market/ticker | 1 |
publicSpotGetSpotV1MarketTickers | GET | spot/v1/market/tickers | 1 |
publicSpotGetSpotV1MarketFills | GET | spot/v1/market/fills | 2 |
publicSpotGetSpotV1MarketFillsHistory | GET | spot/v1/market/fills-history | 2 |
publicSpotGetSpotV1MarketCandles | GET | spot/v1/market/candles | 1 |
publicSpotGetSpotV1MarketDepth | GET | spot/v1/market/depth | 1 |
publicSpotGetSpotV1MarketSpotVipLevel | GET | spot/v1/market/spot-vip-level | 2 |
publicSpotGetSpotV1MarketMergeDepth | GET | spot/v1/market/merge-depth | 1 |
publicSpotGetSpotV1MarketHistoryCandles | GET | spot/v1/market/history-candles | 1 |
publicSpotGetSpotV1PublicLoanCoinInfos | GET | spot/v1/public/loan/coinInfos | 2 |
publicSpotGetSpotV1PublicLoanHourInterest | GET | spot/v1/public/loan/hour-interest | 2 |
publicSpotGetV2SpotPublicCoins | GET | v2/spot/public/coins | 6.6667 |
publicSpotGetV2SpotPublicSymbols | GET | v2/spot/public/symbols | 1 |
publicSpotGetV2SpotMarketVipFeeRate | GET | v2/spot/market/vip-fee-rate | 2 |
publicSpotGetV2SpotMarketTickers | GET | v2/spot/market/tickers | 1 |
publicSpotGetV2SpotMarketMergeDepth | GET | v2/spot/market/merge-depth | 1 |
publicSpotGetV2SpotMarketOrderbook | GET | v2/spot/market/orderbook | 1 |
publicSpotGetV2SpotMarketCandles | GET | v2/spot/market/candles | 1 |
publicSpotGetV2SpotMarketHistoryCandles | GET | v2/spot/market/history-candles | 1 |
publicSpotGetV2SpotMarketFills | GET | v2/spot/market/fills | 2 |
publicSpotGetV2SpotMarketFillsHistory | GET | v2/spot/market/fills-history | 2 |
publicMixGetMixV1MarketContracts | GET | mix/v1/market/contracts | 1 |
publicMixGetMixV1MarketDepth | GET | mix/v1/market/depth | 1 |
publicMixGetMixV1MarketTicker | GET | mix/v1/market/ticker | 1 |
publicMixGetMixV1MarketTickers | GET | mix/v1/market/tickers | 1 |
publicMixGetMixV1MarketContractVipLevel | GET | mix/v1/market/contract-vip-level | 2 |
publicMixGetMixV1MarketFills | GET | mix/v1/market/fills | 1 |
publicMixGetMixV1MarketFillsHistory | GET | mix/v1/market/fills-history | 2 |
publicMixGetMixV1MarketCandles | GET | mix/v1/market/candles | 1 |
publicMixGetMixV1MarketIndex | GET | mix/v1/market/index | 1 |
publicMixGetMixV1MarketFundingTime | GET | mix/v1/market/funding-time | 1 |
publicMixGetMixV1MarketHistoryFundRate | GET | mix/v1/market/history-fundRate | 1 |
publicMixGetMixV1MarketCurrentFundRate | GET | mix/v1/market/current-fundRate | 1 |
publicMixGetMixV1MarketOpenInterest | GET | mix/v1/market/open-interest | 1 |
publicMixGetMixV1MarketMarkPrice | GET | mix/v1/market/mark-price | 1 |
publicMixGetMixV1MarketSymbolLeverage | GET | mix/v1/market/symbol-leverage | 1 |
publicMixGetMixV1MarketQueryPositionLever | GET | mix/v1/market/queryPositionLever | 1 |
publicMixGetMixV1MarketOpenLimit | GET | mix/v1/market/open-limit | 1 |
publicMixGetMixV1MarketHistoryCandles | GET | mix/v1/market/history-candles | 1 |
publicMixGetMixV1MarketHistoryIndexCandles | GET | mix/v1/market/history-index-candles | 1 |
publicMixGetMixV1MarketHistoryMarkCandles | GET | mix/v1/market/history-mark-candles | 1 |
publicMixGetMixV1MarketMergeDepth | GET | mix/v1/market/merge-depth | 1 |
publicMixGetV2MixMarketVipFeeRate | GET | v2/mix/market/vip-fee-rate | 2 |
publicMixGetV2MixMarketUnionInterestRateHistory | GET | v2/mix/market/union-interest-rate-history | 4 |
publicMixGetV2MixMarketExchangeRate | GET | v2/mix/market/exchange-rate | 4 |
publicMixGetV2MixMarketDiscountRate | GET | v2/mix/market/discount-rate | 4 |
publicMixGetV2MixMarketMergeDepth | GET | v2/mix/market/merge-depth | 1 |
publicMixGetV2MixMarketTicker | GET | v2/mix/market/ticker | 1 |
publicMixGetV2MixMarketTickers | GET | v2/mix/market/tickers | 1 |
publicMixGetV2MixMarketFills | GET | v2/mix/market/fills | 1 |
publicMixGetV2MixMarketFillsHistory | GET | v2/mix/market/fills-history | 2 |
publicMixGetV2MixMarketCandles | GET | v2/mix/market/candles | 1 |
publicMixGetV2MixMarketHistoryCandles | GET | v2/mix/market/history-candles | 1 |
publicMixGetV2MixMarketHistoryIndexCandles | GET | v2/mix/market/history-index-candles | 1 |
publicMixGetV2MixMarketHistoryMarkCandles | GET | v2/mix/market/history-mark-candles | 1 |
publicMixGetV2MixMarketOpenInterest | GET | v2/mix/market/open-interest | 1 |
publicMixGetV2MixMarketFundingTime | GET | v2/mix/market/funding-time | 1 |
publicMixGetV2MixMarketSymbolPrice | GET | v2/mix/market/symbol-price | 1 |
publicMixGetV2MixMarketHistoryFundRate | GET | v2/mix/market/history-fund-rate | 1 |
publicMixGetV2MixMarketCurrentFundRate | GET | v2/mix/market/current-fund-rate | 1 |
publicMixGetV2MixMarketOiLimit | GET | v2/mix/market/oi-limit | 2 |
publicMixGetV2MixMarketContracts | GET | v2/mix/market/contracts | 1 |
publicMixGetV2MixMarketQueryPositionLever | GET | v2/mix/market/query-position-lever | 2 |
publicMixGetV2MixMarketAccountLongShort | GET | v2/mix/market/account-long-short | 20 |
publicMarginGetMarginV1CrossPublicInterestRateAndLimit | GET | margin/v1/cross/public/interestRateAndLimit | 2 |
publicMarginGetMarginV1IsolatedPublicInterestRateAndLimit | GET | margin/v1/isolated/public/interestRateAndLimit | 2 |
publicMarginGetMarginV1CrossPublicTierData | GET | margin/v1/cross/public/tierData | 2 |
publicMarginGetMarginV1IsolatedPublicTierData | GET | margin/v1/isolated/public/tierData | 2 |
publicMarginGetMarginV1PublicCurrencies | GET | margin/v1/public/currencies | 1 |
publicMarginGetV2MarginCurrencies | GET | v2/margin/currencies | 2 |
publicMarginGetV2MarginMarketLongShortRatio | GET | v2/margin/market/long-short-ratio | 20 |
publicEarnGetV2EarnLoanPublicCoinInfos | GET | v2/earn/loan/public/coinInfos | 2 |
publicEarnGetV2EarnLoanPublicHourInterest | GET | v2/earn/loan/public/hour-interest | 2 |
publicUtaGetV3MarketInstruments | GET | v3/market/instruments | 1 |
publicUtaGetV3MarketTickers | GET | v3/market/tickers | 1 |
publicUtaGetV3MarketOrderbook | GET | v3/market/orderbook | 1 |
publicUtaGetV3MarketFills | GET | v3/market/fills | 1 |
publicUtaGetV3MarketProofOfReserves | GET | v3/market/proof-of-reserves | 1 |
publicUtaGetV3MarketOpenInterest | GET | v3/market/open-interest | 1 |
publicUtaGetV3MarketCandles | GET | v3/market/candles | 1 |
publicUtaGetV3MarketHistoryCandles | GET | v3/market/history-candles | 1 |
publicUtaGetV3MarketCurrentFundRate | GET | v3/market/current-fund-rate | 1 |
publicUtaGetV3MarketHistoryFundRate | GET | v3/market/history-fund-rate | 1 |
publicUtaGetV3MarketRiskReserve | GET | v3/market/risk-reserve | 1 |
publicUtaGetV3MarketDiscountRate | GET | v3/market/discount-rate | 1 |
publicUtaGetV3MarketMarginLoans | GET | v3/market/margin-loans | 1 |
publicUtaGetV3MarketPositionTier | GET | v3/market/position-tier | 1 |
publicUtaGetV3MarketOiLimit | GET | v3/market/oi-limit | 2 |
publicUtaGetV3MarketIndexComponents | GET | v3/market/index-components | 2 |
private
| Method | HTTP | Endpoint | Cost |
|---|---|---|---|
privateSpotGetSpotV1WalletDepositAddress | GET | spot/v1/wallet/deposit-address | 4 |
privateSpotGetSpotV1WalletWithdrawalList | GET | spot/v1/wallet/withdrawal-list | 1 |
privateSpotGetSpotV1WalletDepositList | GET | spot/v1/wallet/deposit-list | 1 |
privateSpotGetSpotV1AccountGetInfo | GET | spot/v1/account/getInfo | 20 |
privateSpotGetSpotV1AccountAssets | GET | spot/v1/account/assets | 2 |
privateSpotGetSpotV1AccountAssetsLite | GET | spot/v1/account/assets-lite | 2 |
privateSpotGetSpotV1AccountTransferRecords | GET | spot/v1/account/transferRecords | 1 |
privateSpotGetSpotV1ConvertCurrencies | GET | spot/v1/convert/currencies | 2 |
privateSpotGetSpotV1ConvertConvertRecord | GET | spot/v1/convert/convert-record | 2 |
privateSpotGetSpotV1LoanOngoingOrders | GET | spot/v1/loan/ongoing-orders | 2 |
privateSpotGetSpotV1LoanRepayHistory | GET | spot/v1/loan/repay-history | 2 |
privateSpotGetSpotV1LoanReviseHistory | GET | spot/v1/loan/revise-history | 2 |
privateSpotGetSpotV1LoanBorrowHistory | GET | spot/v1/loan/borrow-history | 2 |
privateSpotGetSpotV1LoanDebts | GET | spot/v1/loan/debts | 2 |
privateSpotGetV2SpotTradeOrderInfo | GET | v2/spot/trade/orderInfo | 1 |
privateSpotGetV2SpotTradeUnfilledOrders | GET | v2/spot/trade/unfilled-orders | 1 |
privateSpotGetV2SpotTradeHistoryOrders | GET | v2/spot/trade/history-orders | 1 |
privateSpotGetV2SpotTradeFills | GET | v2/spot/trade/fills | 2 |
privateSpotGetV2SpotTradeCurrentPlanOrder | GET | v2/spot/trade/current-plan-order | 1 |
privateSpotGetV2SpotTradeHistoryPlanOrder | GET | v2/spot/trade/history-plan-order | 1 |
privateSpotGetV2SpotAccountInfo | GET | v2/spot/account/info | 20 |
privateSpotGetV2SpotAccountAssets | GET | v2/spot/account/assets | 2 |
privateSpotGetV2SpotAccountSubaccountAssets | GET | v2/spot/account/subaccount-assets | 2 |
privateSpotGetV2SpotAccountBills | GET | v2/spot/account/bills | 2 |
privateSpotGetV2SpotAccountTransferRecords | GET | v2/spot/account/transferRecords | 1 |
privateSpotGetV2AccountFundingAssets | GET | v2/account/funding-assets | 2 |
privateSpotGetV2AccountBotAssets | GET | v2/account/bot-assets | 2 |
privateSpotGetV2AccountAllAccountBalance | GET | v2/account/all-account-balance | 20 |
privateSpotGetV2SpotWalletDepositAddress | GET | v2/spot/wallet/deposit-address | 2 |
privateSpotGetV2SpotWalletDepositRecords | GET | v2/spot/wallet/deposit-records | 2 |
privateSpotGetV2SpotWalletWithdrawalRecords | GET | v2/spot/wallet/withdrawal-records | 2 |
privateSpotGetV2SpotAccountUpgradeStatus | GET | v2/spot/account/upgrade-status | 20 |
privateSpotPostSpotV1WalletTransfer | POST | spot/v1/wallet/transfer | 4 |
privateSpotPostSpotV1WalletTransferV2 | POST | spot/v1/wallet/transfer-v2 | 4 |
privateSpotPostSpotV1WalletSubTransfer | POST | spot/v1/wallet/subTransfer | 10 |
privateSpotPostSpotV1WalletWithdrawal | POST | spot/v1/wallet/withdrawal | 4 |
privateSpotPostSpotV1WalletWithdrawalV2 | POST | spot/v1/wallet/withdrawal-v2 | 4 |
privateSpotPostSpotV1WalletWithdrawalInner | POST | spot/v1/wallet/withdrawal-inner | 4 |
privateSpotPostSpotV1WalletWithdrawalInnerV2 | POST | spot/v1/wallet/withdrawal-inner-v2 | 4 |
privateSpotPostSpotV1AccountSubAccountSpotAssets | POST | spot/v1/account/sub-account-spot-assets | 200 |
privateSpotPostSpotV1AccountBills | POST | spot/v1/account/bills | 2 |
privateSpotPostSpotV1TradeOrders | POST | spot/v1/trade/orders | 2 |
privateSpotPostSpotV1TradeBatchOrders | POST | spot/v1/trade/batch-orders | 4 |
privateSpotPostSpotV1TradeCancelOrder | POST | spot/v1/trade/cancel-order | 2 |
privateSpotPostSpotV1TradeCancelOrderV2 | POST | spot/v1/trade/cancel-order-v2 | 2 |
privateSpotPostSpotV1TradeCancelSymbolOrder | POST | spot/v1/trade/cancel-symbol-order | 2 |
privateSpotPostSpotV1TradeCancelBatchOrders | POST | spot/v1/trade/cancel-batch-orders | 4 |
privateSpotPostSpotV1TradeCancelBatchOrdersV2 | POST | spot/v1/trade/cancel-batch-orders-v2 | 4 |
privateSpotPostSpotV1TradeOrderInfo | POST | spot/v1/trade/orderInfo | 1 |
privateSpotPostSpotV1TradeOpenOrders | POST | spot/v1/trade/open-orders | 1 |
privateSpotPostSpotV1TradeHistory | POST | spot/v1/trade/history | 1 |
privateSpotPostSpotV1TradeFills | POST | spot/v1/trade/fills | 1 |
privateSpotPostSpotV1PlanPlacePlan | POST | spot/v1/plan/placePlan | 1 |
privateSpotPostSpotV1PlanModifyPlan | POST | spot/v1/plan/modifyPlan | 1 |
privateSpotPostSpotV1PlanCancelPlan | POST | spot/v1/plan/cancelPlan | 1 |
privateSpotPostSpotV1PlanCurrentPlan | POST | spot/v1/plan/currentPlan | 1 |
privateSpotPostSpotV1PlanHistoryPlan | POST | spot/v1/plan/historyPlan | 1 |
privateSpotPostSpotV1PlanBatchCancelPlan | POST | spot/v1/plan/batchCancelPlan | 2 |
privateSpotPostSpotV1ConvertQuotedPrice | POST | spot/v1/convert/quoted-price | 4 |
privateSpotPostSpotV1ConvertTrade | POST | spot/v1/convert/trade | 4 |
privateSpotPostSpotV1LoanBorrow | POST | spot/v1/loan/borrow | 2 |
privateSpotPostSpotV1LoanRepay | POST | spot/v1/loan/repay | 2 |
privateSpotPostSpotV1LoanRevisePledge | POST | spot/v1/loan/revise-pledge | 2 |
privateSpotPostSpotV1TraceOrderOrderCurrentList | POST | spot/v1/trace/order/orderCurrentList | 2 |
privateSpotPostSpotV1TraceOrderOrderHistoryList | POST | spot/v1/trace/order/orderHistoryList | 2 |
privateSpotPostSpotV1TraceOrderCloseTrackingOrder | POST | spot/v1/trace/order/closeTrackingOrder | 2 |
privateSpotPostSpotV1TraceOrderUpdateTpsl | POST | spot/v1/trace/order/updateTpsl | 2 |
privateSpotPostSpotV1TraceOrderFollowerEndOrder | POST | spot/v1/trace/order/followerEndOrder | 2 |
privateSpotPostSpotV1TraceOrderSpotInfoList | POST | spot/v1/trace/order/spotInfoList | 2 |
privateSpotPostSpotV1TraceConfigGetTraderSettings | POST | spot/v1/trace/config/getTraderSettings | 2 |
privateSpotPostSpotV1TraceConfigGetFollowerSettings | POST | spot/v1/trace/config/getFollowerSettings | 2 |
privateSpotPostSpotV1TraceUserMyTraders | POST | spot/v1/trace/user/myTraders | 2 |
privateSpotPostSpotV1TraceConfigSetFollowerConfig | POST | spot/v1/trace/config/setFollowerConfig | 2 |
privateSpotPostSpotV1TraceUserMyFollowers | POST | spot/v1/trace/user/myFollowers | 2 |
privateSpotPostSpotV1TraceConfigSetProductCode | POST | spot/v1/trace/config/setProductCode | 2 |
privateSpotPostSpotV1TraceUserRemoveTrader | POST | spot/v1/trace/user/removeTrader | 2 |
privateSpotPostSpotV1TraceGetRemovableFollower | POST | spot/v1/trace/getRemovableFollower | 2 |
privateSpotPostSpotV1TraceUserRemoveFollower | POST | spot/v1/trace/user/removeFollower | 2 |
privateSpotPostSpotV1TraceProfitTotalProfitInfo | POST | spot/v1/trace/profit/totalProfitInfo | 2 |
privateSpotPostSpotV1TraceProfitTotalProfitList | POST | spot/v1/trace/profit/totalProfitList | 2 |
privateSpotPostSpotV1TraceProfitProfitHisList | POST | spot/v1/trace/profit/profitHisList | 2 |
privateSpotPostSpotV1TraceProfitProfitHisDetailList | POST | spot/v1/trace/profit/profitHisDetailList | 2 |
privateSpotPostSpotV1TraceProfitWaitProfitDetailList | POST | spot/v1/trace/profit/waitProfitDetailList | 2 |
privateSpotPostSpotV1TraceUserGetTraderInfo | POST | spot/v1/trace/user/getTraderInfo | 2 |
privateSpotPostV2SpotTradePlaceOrder | POST | v2/spot/trade/place-order | 2 |
privateSpotPostV2SpotTradeCancelOrder | POST | v2/spot/trade/cancel-order | 2 |
privateSpotPostV2SpotTradeBatchOrders | POST | v2/spot/trade/batch-orders | 20 |
privateSpotPostV2SpotTradeBatchCancelOrder | POST | v2/spot/trade/batch-cancel-order | 2 |
privateSpotPostV2SpotTradeCancelSymbolOrder | POST | v2/spot/trade/cancel-symbol-order | 4 |
privateSpotPostV2SpotTradePlacePlanOrder | POST | v2/spot/trade/place-plan-order | 1 |
privateSpotPostV2SpotTradeModifyPlanOrder | POST | v2/spot/trade/modify-plan-order | 1 |
privateSpotPostV2SpotTradeCancelPlanOrder | POST | v2/spot/trade/cancel-plan-order | 1 |
privateSpotPostV2SpotTradeCancelReplaceOrder | POST | v2/spot/trade/cancel-replace-order | 2 |
privateSpotPostV2SpotTradeBatchCancelPlanOrder | POST | v2/spot/trade/batch-cancel-plan-order | 2 |
privateSpotPostV2SpotWalletTransfer | POST | v2/spot/wallet/transfer | 2 |
privateSpotPostV2SpotWalletSubaccountTransfer | POST | v2/spot/wallet/subaccount-transfer | 2 |
privateSpotPostV2SpotWalletWithdrawal | POST | v2/spot/wallet/withdrawal | 2 |
privateSpotPostV2SpotWalletCancelWithdrawal | POST | v2/spot/wallet/cancel-withdrawal | 2 |
privateSpotPostV2SpotWalletModifyDepositAccount | POST | v2/spot/wallet/modify-deposit-account | 2 |
privateSpotPostV2SpotAccountUpgrade | POST | v2/spot/account/upgrade | 20 |
privateMixGetMixV1AccountAccount | GET | mix/v1/account/account | 2 |
privateMixGetMixV1AccountAccounts | GET | mix/v1/account/accounts | 2 |
privateMixGetMixV1PositionSinglePosition | GET | mix/v1/position/singlePosition | 2 |
privateMixGetMixV1PositionSinglePositionV2 | GET | mix/v1/position/singlePosition-v2 | 2 |
privateMixGetMixV1PositionAllPosition | GET | mix/v1/position/allPosition | 4 |
privateMixGetMixV1PositionAllPositionV2 | GET | mix/v1/position/allPosition-v2 | 4 |
privateMixGetMixV1PositionHistoryPosition | GET | mix/v1/position/history-position | 1 |
privateMixGetMixV1AccountAccountBill | GET | mix/v1/account/accountBill | 2 |
privateMixGetMixV1AccountAccountBusinessBill | GET | mix/v1/account/accountBusinessBill | 4 |
privateMixGetMixV1OrderCurrent | GET | mix/v1/order/current | 1 |
privateMixGetMixV1OrderMarginCoinCurrent | GET | mix/v1/order/marginCoinCurrent | 1 |
privateMixGetMixV1OrderHistory | GET | mix/v1/order/history | 2 |
privateMixGetMixV1OrderHistoryProductType | GET | mix/v1/order/historyProductType | 4 |
privateMixGetMixV1OrderDetail | GET | mix/v1/order/detail | 2 |
privateMixGetMixV1OrderFills | GET | mix/v1/order/fills | 2 |
privateMixGetMixV1OrderAllFills | GET | mix/v1/order/allFills | 2 |
privateMixGetMixV1PlanCurrentPlan | GET | mix/v1/plan/currentPlan | 1 |
privateMixGetMixV1PlanHistoryPlan | GET | mix/v1/plan/historyPlan | 2 |
privateMixGetMixV1TraceCurrentTrack | GET | mix/v1/trace/currentTrack | 2 |
privateMixGetMixV1TraceFollowerOrder | GET | mix/v1/trace/followerOrder | 2 |
privateMixGetMixV1TraceFollowerHistoryOrders | GET | mix/v1/trace/followerHistoryOrders | 2 |
privateMixGetMixV1TraceHistoryTrack | GET | mix/v1/trace/historyTrack | 2 |
privateMixGetMixV1TraceSummary | GET | mix/v1/trace/summary | 1 |
privateMixGetMixV1TraceProfitSettleTokenIdGroup | GET | mix/v1/trace/profitSettleTokenIdGroup | 1 |
privateMixGetMixV1TraceProfitDateGroupList | GET | mix/v1/trace/profitDateGroupList | 1 |
privateMixGetMixV1TradeProfitDateList | GET | mix/v1/trade/profitDateList | 2 |
privateMixGetMixV1TraceWaitProfitDateList | GET | mix/v1/trace/waitProfitDateList | 1 |
privateMixGetMixV1TraceTraderSymbols | GET | mix/v1/trace/traderSymbols | 1 |
privateMixGetMixV1TraceTraderList | GET | mix/v1/trace/traderList | 2 |
privateMixGetMixV1TraceTraderDetail | GET | mix/v1/trace/traderDetail | 2 |
privateMixGetMixV1TraceQueryTraceConfig | GET | mix/v1/trace/queryTraceConfig | 2 |
privateMixGetV2MixAccountAccount | GET | v2/mix/account/account | 2 |
privateMixGetV2MixAccountAccounts | GET | v2/mix/account/accounts | 2 |
privateMixGetV2MixAccountSubAccountAssets | GET | v2/mix/account/sub-account-assets | 200 |
privateMixGetV2MixAccountInterestHistory | GET | v2/mix/account/interest-history | 4 |
privateMixGetV2MixAccountMaxOpen | GET | v2/mix/account/max-open | 1 |
privateMixGetV2MixAccountLiqPrice | GET | v2/mix/account/liq-price | 1 |
privateMixGetV2MixAccountOpenCount | GET | v2/mix/account/open-count | 2 |
privateMixGetV2MixAccountBill | GET | v2/mix/account/bill | 2 |
privateMixGetV2MixAccountTransferLimits | GET | v2/mix/account/transfer-limits | 20 |
privateMixGetV2MixAccountUnionConfig | GET | v2/mix/account/union-config | 20 |
privateMixGetV2MixAccountSwitchUnionUsdt | GET | v2/mix/account/switch-union-usdt | 20 |
privateMixGetV2MixAccountIsolatedSymbols | GET | v2/mix/account/isolated-symbols | 2 |
privateMixGetV2MixMarketQueryPositionLever | GET | v2/mix/market/query-position-lever | 2 |
privateMixGetV2MixPositionSinglePosition | GET | v2/mix/position/single-position | 2 |
privateMixGetV2MixPositionAllPosition | GET | v2/mix/position/all-position | 4 |
privateMixGetV2MixPositionAdlRank | GET | v2/mix/position/adlRank | 4 |
privateMixGetV2MixPositionHistoryPosition | GET | v2/mix/position/history-position | 1 |
privateMixGetV2MixOrderDetail | GET | v2/mix/order/detail | 2 |
privateMixGetV2MixOrderFills | GET | v2/mix/order/fills | 2 |
privateMixGetV2MixOrderFillHistory | GET | v2/mix/order/fill-history | 2 |
privateMixGetV2MixOrderOrdersPending | GET | v2/mix/order/orders-pending | 2 |
privateMixGetV2MixOrderOrdersHistory | GET | v2/mix/order/orders-history | 2 |
privateMixGetV2MixOrderPlanSubOrder | GET | v2/mix/order/plan-sub-order | 2 |
privateMixGetV2MixOrderOrdersPlanPending | GET | v2/mix/order/orders-plan-pending | 2 |
privateMixGetV2MixOrderOrdersPlanHistory | GET | v2/mix/order/orders-plan-history | 2 |
privateMixGetV2MixMarketPositionLongShort | GET | v2/mix/market/position-long-short | 20 |
privateMixPostMixV1AccountSubAccountContractAssets | POST | mix/v1/account/sub-account-contract-assets | 200 |
privateMixPostMixV1AccountOpenCount | POST | mix/v1/account/open-count | 1 |
privateMixPostMixV1AccountSetLeverage | POST | mix/v1/account/setLeverage | 4 |
privateMixPostMixV1AccountSetMargin | POST | mix/v1/account/setMargin | 4 |
privateMixPostMixV1AccountSetMarginMode | POST | mix/v1/account/setMarginMode | 4 |
privateMixPostMixV1AccountSetPositionMode | POST | mix/v1/account/setPositionMode | 4 |
privateMixPostMixV1OrderPlaceOrder | POST | mix/v1/order/placeOrder | 2 |
privateMixPostMixV1OrderBatchOrders | POST | mix/v1/order/batch-orders | 2 |
privateMixPostMixV1OrderCancelOrder | POST | mix/v1/order/cancel-order | 2 |
privateMixPostMixV1OrderCancelBatchOrders | POST | mix/v1/order/cancel-batch-orders | 2 |
privateMixPostMixV1OrderModifyOrder | POST | mix/v1/order/modifyOrder | 2 |
privateMixPostMixV1OrderCancelSymbolOrders | POST | mix/v1/order/cancel-symbol-orders | 2 |
privateMixPostMixV1OrderCancelAllOrders | POST | mix/v1/order/cancel-all-orders | 2 |
privateMixPostMixV1OrderCloseAllPositions | POST | mix/v1/order/close-all-positions | 20 |
privateMixPostMixV1PlanPlacePlan | POST | mix/v1/plan/placePlan | 2 |
privateMixPostMixV1PlanModifyPlan | POST | mix/v1/plan/modifyPlan | 2 |
privateMixPostMixV1PlanModifyPlanPreset | POST | mix/v1/plan/modifyPlanPreset | 2 |
privateMixPostMixV1PlanPlaceTPSL | POST | mix/v1/plan/placeTPSL | 2 |
privateMixPostMixV1PlanPlaceTrailStop | POST | mix/v1/plan/placeTrailStop | 2 |
privateMixPostMixV1PlanPlacePositionsTPSL | POST | mix/v1/plan/placePositionsTPSL | 2 |
privateMixPostMixV1PlanModifyTPSLPlan | POST | mix/v1/plan/modifyTPSLPlan | 2 |
privateMixPostMixV1PlanCancelPlan | POST | mix/v1/plan/cancelPlan | 2 |
privateMixPostMixV1PlanCancelSymbolPlan | POST | mix/v1/plan/cancelSymbolPlan | 2 |
privateMixPostMixV1PlanCancelAllPlan | POST | mix/v1/plan/cancelAllPlan | 2 |
privateMixPostMixV1TraceCloseTrackOrder | POST | mix/v1/trace/closeTrackOrder | 2 |
privateMixPostMixV1TraceModifyTPSL | POST | mix/v1/trace/modifyTPSL | 2 |
privateMixPostMixV1TraceCloseTrackOrderBySymbol | POST | mix/v1/trace/closeTrackOrderBySymbol | 2 |
privateMixPostMixV1TraceSetUpCopySymbols | POST | mix/v1/trace/setUpCopySymbols | 2 |
privateMixPostMixV1TraceFollowerSetBatchTraceConfig | POST | mix/v1/trace/followerSetBatchTraceConfig | 2 |
privateMixPostMixV1TraceFollowerCloseByTrackingNo | POST | mix/v1/trace/followerCloseByTrackingNo | 2 |
privateMixPostMixV1TraceFollowerCloseByAll | POST | mix/v1/trace/followerCloseByAll | 2 |
privateMixPostMixV1TraceFollowerSetTpsl | POST | mix/v1/trace/followerSetTpsl | 2 |
privateMixPostMixV1TraceCancelCopyTrader | POST | mix/v1/trace/cancelCopyTrader | 4 |
privateMixPostMixV1TraceTraderUpdateConfig | POST | mix/v1/trace/traderUpdateConfig | 2 |
privateMixPostMixV1TraceMyTraderList | POST | mix/v1/trace/myTraderList | 2 |
privateMixPostMixV1TraceMyFollowerList | POST | mix/v1/trace/myFollowerList | 2 |
privateMixPostMixV1TraceRemoveFollower | POST | mix/v1/trace/removeFollower | 2 |
privateMixPostMixV1TracePublicGetFollowerConfig | POST | mix/v1/trace/public/getFollowerConfig | 2 |
privateMixPostMixV1TraceReportOrderHistoryList | POST | mix/v1/trace/report/order/historyList | 2 |
privateMixPostMixV1TraceReportOrderCurrentList | POST | mix/v1/trace/report/order/currentList | 2 |
privateMixPostMixV1TraceQueryTraderTpslRatioConfig | POST | mix/v1/trace/queryTraderTpslRatioConfig | 2 |
privateMixPostMixV1TraceTraderUpdateTpslRatioConfig | POST | mix/v1/trace/traderUpdateTpslRatioConfig | 2 |
privateMixPostV2MixAccountSetAutoMargin | POST | v2/mix/account/set-auto-margin | 4 |
privateMixPostV2MixAccountSetLeverage | POST | v2/mix/account/set-leverage | 4 |
privateMixPostV2MixAccountSetAllLeverage | POST | v2/mix/account/set-all-leverage | 4 |
privateMixPostV2MixAccountSetMargin | POST | v2/mix/account/set-margin | 4 |
privateMixPostV2MixAccountSetAssetMode | POST | v2/mix/account/set-asset-mode | 10 |
privateMixPostV2MixAccountSetMarginMode | POST | v2/mix/account/set-margin-mode | 4 |
privateMixPostV2MixAccountUnionConvert | POST | v2/mix/account/union-convert | 20 |
privateMixPostV2MixAccountSetPositionMode | POST | v2/mix/account/set-position-mode | 4 |
privateMixPostV2MixOrderPlaceOrder | POST | v2/mix/order/place-order | 2 |
privateMixPostV2MixOrderClickBackhand | POST | v2/mix/order/click-backhand | 20 |
privateMixPostV2MixOrderBatchPlaceOrder | POST | v2/mix/order/batch-place-order | 20 |
privateMixPostV2MixOrderModifyOrder | POST | v2/mix/order/modify-order | 2 |
privateMixPostV2MixOrderCancelOrder | POST | v2/mix/order/cancel-order | 2 |
privateMixPostV2MixOrderBatchCancelOrders | POST | v2/mix/order/batch-cancel-orders | 2 |
privateMixPostV2MixOrderClosePositions | POST | v2/mix/order/close-positions | 20 |
privateMixPostV2MixOrderCancelAllOrders | POST | v2/mix/order/cancel-all-orders | 20 |
privateMixPostV2MixOrderPlaceTpslOrder | POST | v2/mix/order/place-tpsl-order | 2 |
privateMixPostV2MixOrderPlacePosTpsl | POST | v2/mix/order/place-pos-tpsl | 2 |
privateMixPostV2MixOrderPlacePlanOrder | POST | v2/mix/order/place-plan-order | 2 |
privateMixPostV2MixOrderModifyTpslOrder | POST | v2/mix/order/modify-tpsl-order | 2 |
privateMixPostV2MixOrderModifyPlanOrder | POST | v2/mix/order/modify-plan-order | 2 |
privateMixPostV2MixOrderCancelPlanOrder | POST | v2/mix/order/cancel-plan-order | 2 |
privateUserGetUserV1FeeQuery | GET | user/v1/fee/query | 2 |
privateUserGetUserV1SubVirtualList | GET | user/v1/sub/virtual-list | 2 |
privateUserGetUserV1SubVirtualApiList | GET | user/v1/sub/virtual-api-list | 2 |
privateUserGetUserV1TaxSpotRecord | GET | user/v1/tax/spot-record | 1 |
privateUserGetUserV1TaxFutureRecord | GET | user/v1/tax/future-record | 1 |
privateUserGetUserV1TaxMarginRecord | GET | user/v1/tax/margin-record | 1 |
privateUserGetUserV1TaxP2pRecord | GET | user/v1/tax/p2p-record | 1 |
privateUserGetV2UserVirtualSubaccountList | GET | v2/user/virtual-subaccount-list | 2 |
privateUserGetV2UserVirtualSubaccountApikeyList | GET | v2/user/virtual-subaccount-apikey-list | 2 |
privateUserPostUserV1SubVirtualCreate | POST | user/v1/sub/virtual-create | 4 |
privateUserPostUserV1SubVirtualModify | POST | user/v1/sub/virtual-modify | 4 |
privateUserPostUserV1SubVirtualApiBatchCreate | POST | user/v1/sub/virtual-api-batch-create | 20 |
privateUserPostUserV1SubVirtualApiCreate | POST | user/v1/sub/virtual-api-create | 4 |
privateUserPostUserV1SubVirtualApiModify | POST | user/v1/sub/virtual-api-modify | 4 |
privateUserPostV2UserCreateVirtualSubaccount | POST | v2/user/create-virtual-subaccount | 4 |
privateUserPostV2UserModifyVirtualSubaccount | POST | v2/user/modify-virtual-subaccount | 4 |
privateUserPostV2UserBatchCreateSubaccountAndApikey | POST | v2/user/batch-create-subaccount-and-apikey | 20 |
privateUserPostV2UserCreateVirtualSubaccountApikey | POST | v2/user/create-virtual-subaccount-apikey | 4 |
privateUserPostV2UserModifyVirtualSubaccountApikey | POST | v2/user/modify-virtual-subaccount-apikey | 4 |
privateP2pGetP2pV1MerchantMerchantList | GET | p2p/v1/merchant/merchantList | 2 |
privateP2pGetP2pV1MerchantMerchantInfo | GET | p2p/v1/merchant/merchantInfo | 2 |
privateP2pGetP2pV1MerchantAdvList | GET | p2p/v1/merchant/advList | 2 |
privateP2pGetP2pV1MerchantOrderList | GET | p2p/v1/merchant/orderList | 2 |
privateP2pGetV2P2pMerchantList | GET | v2/p2p/merchantList | 2 |
privateP2pGetV2P2pMerchantInfo | GET | v2/p2p/merchantInfo | 2 |
privateP2pGetV2P2pOrderList | GET | v2/p2p/orderList | 2 |
privateP2pGetV2P2pAdvList | GET | v2/p2p/advList | 2 |
privateBrokerGetBrokerV1AccountInfo | GET | broker/v1/account/info | 2 |
privateBrokerGetBrokerV1AccountSubList | GET | broker/v1/account/sub-list | 20 |
privateBrokerGetBrokerV1AccountSubEmail | GET | broker/v1/account/sub-email | 20 |
privateBrokerGetBrokerV1AccountSubSpotAssets | GET | broker/v1/account/sub-spot-assets | 2 |
privateBrokerGetBrokerV1AccountSubFutureAssets | GET | broker/v1/account/sub-future-assets | 2 |
privateBrokerGetBrokerV1AccountSubaccountTransfer | GET | broker/v1/account/subaccount-transfer | 1 |
privateBrokerGetBrokerV1AccountSubaccountDeposit | GET | broker/v1/account/subaccount-deposit | 1 |
privateBrokerGetBrokerV1AccountSubaccountWithdrawal | GET | broker/v1/account/subaccount-withdrawal | 1 |
privateBrokerGetBrokerV1AccountSubApiList | GET | broker/v1/account/sub-api-list | 2 |
privateBrokerGetV2BrokerAccountInfo | GET | v2/broker/account/info | 2 |
privateBrokerGetV2BrokerAccountSubaccountList | GET | v2/broker/account/subaccount-list | 20 |
privateBrokerGetV2BrokerAccountSubaccountEmail | GET | v2/broker/account/subaccount-email | 2 |
privateBrokerGetV2BrokerAccountSubaccountSpotAssets | GET | v2/broker/account/subaccount-spot-assets | 2 |
privateBrokerGetV2BrokerAccountSubaccountFutureAssets | GET | v2/broker/account/subaccount-future-assets | 2 |
privateBrokerGetV2BrokerManageSubaccountApikeyList | GET | v2/broker/manage/subaccount-apikey-list | 2 |
privateBrokerPostBrokerV1AccountSubCreate | POST | broker/v1/account/sub-create | 20 |
privateBrokerPostBrokerV1AccountSubModify | POST | broker/v1/account/sub-modify | 20 |
privateBrokerPostBrokerV1AccountSubModifyEmail | POST | broker/v1/account/sub-modify-email | 20 |
privateBrokerPostBrokerV1AccountSubAddress | POST | broker/v1/account/sub-address | 2 |
privateBrokerPostBrokerV1AccountSubWithdrawal | POST | broker/v1/account/sub-withdrawal | 2 |
privateBrokerPostBrokerV1AccountSubAutoTransfer | POST | broker/v1/account/sub-auto-transfer | 4 |
privateBrokerPostBrokerV1AccountSubApiCreate | POST | broker/v1/account/sub-api-create | 2 |
privateBrokerPostBrokerV1AccountSubApiModify | POST | broker/v1/account/sub-api-modify | 2 |
privateBrokerPostV2BrokerAccountModifySubaccountEmail | POST | v2/broker/account/modify-subaccount-email | 2 |
privateBrokerPostV2BrokerAccountCreateSubaccount | POST | v2/broker/account/create-subaccount | 20 |
privateBrokerPostV2BrokerAccountModifySubaccount | POST | v2/broker/account/modify-subaccount | 20 |
privateBrokerPostV2BrokerAccountSubaccountAddress | POST | v2/broker/account/subaccount-address | 2 |
privateBrokerPostV2BrokerAccountSubaccountWithdrawal | POST | v2/broker/account/subaccount-withdrawal | 2 |
privateBrokerPostV2BrokerAccountSetSubaccountAutotransfer | POST | v2/broker/account/set-subaccount-autotransfer | 2 |
privateBrokerPostV2BrokerManageCreateSubaccountApikey | POST | v2/broker/manage/create-subaccount-apikey | 2 |
privateBrokerPostV2BrokerManageModifySubaccountApikey | POST | v2/broker/manage/modify-subaccount-apikey | 2 |
privateMarginGetMarginV1CrossAccountRiskRate | GET | margin/v1/cross/account/riskRate | 2 |
privateMarginGetMarginV1CrossAccountMaxTransferOutAmount | GET | margin/v1/cross/account/maxTransferOutAmount | 2 |
privateMarginGetMarginV1IsolatedAccountMaxTransferOutAmount | GET | margin/v1/isolated/account/maxTransferOutAmount | 2 |
privateMarginGetMarginV1IsolatedOrderOpenOrders | GET | margin/v1/isolated/order/openOrders | 2 |
privateMarginGetMarginV1IsolatedOrderHistory | GET | margin/v1/isolated/order/history | 2 |
privateMarginGetMarginV1IsolatedOrderFills | GET | margin/v1/isolated/order/fills | 2 |
privateMarginGetMarginV1IsolatedLoanList | GET | margin/v1/isolated/loan/list | 2 |
privateMarginGetMarginV1IsolatedRepayList | GET | margin/v1/isolated/repay/list | 2 |
privateMarginGetMarginV1IsolatedInterestList | GET | margin/v1/isolated/interest/list | 2 |
privateMarginGetMarginV1IsolatedLiquidationList | GET | margin/v1/isolated/liquidation/list | 2 |
privateMarginGetMarginV1IsolatedFinList | GET | margin/v1/isolated/fin/list | 2 |
privateMarginGetMarginV1CrossOrderOpenOrders | GET | margin/v1/cross/order/openOrders | 2 |
privateMarginGetMarginV1CrossOrderHistory | GET | margin/v1/cross/order/history | 2 |
privateMarginGetMarginV1CrossOrderFills | GET | margin/v1/cross/order/fills | 2 |
privateMarginGetMarginV1CrossLoanList | GET | margin/v1/cross/loan/list | 2 |
privateMarginGetMarginV1CrossRepayList | GET | margin/v1/cross/repay/list | 2 |
privateMarginGetMarginV1CrossInterestList | GET | margin/v1/cross/interest/list | 2 |
privateMarginGetMarginV1CrossLiquidationList | GET | margin/v1/cross/liquidation/list | 2 |
privateMarginGetMarginV1CrossFinList | GET | margin/v1/cross/fin/list | 2 |
privateMarginGetMarginV1CrossAccountAssets | GET | margin/v1/cross/account/assets | 2 |
privateMarginGetMarginV1IsolatedAccountAssets | GET | margin/v1/isolated/account/assets | 2 |
privateMarginGetV2MarginCrossedBorrowHistory | GET | v2/margin/crossed/borrow-history | 2 |
privateMarginGetV2MarginCrossedRepayHistory | GET | v2/margin/crossed/repay-history | 2 |
privateMarginGetV2MarginCrossedInterestHistory | GET | v2/margin/crossed/interest-history | 2 |
privateMarginGetV2MarginCrossedLiquidationHistory | GET | v2/margin/crossed/liquidation-history | 2 |
privateMarginGetV2MarginCrossedFinancialRecords | GET | v2/margin/crossed/financial-records | 2 |
privateMarginGetV2MarginCrossedAccountAssets | GET | v2/margin/crossed/account/assets | 2 |
privateMarginGetV2MarginCrossedAccountRiskRate | GET | v2/margin/crossed/account/risk-rate | 2 |
privateMarginGetV2MarginCrossedAccountMaxBorrowableAmount | GET | v2/margin/crossed/account/max-borrowable-amount | 2 |
privateMarginGetV2MarginCrossedAccountMaxTransferOutAmount | GET | v2/margin/crossed/account/max-transfer-out-amount | 2 |
privateMarginGetV2MarginCrossedInterestRateAndLimit | GET | v2/margin/crossed/interest-rate-and-limit | 2 |
privateMarginGetV2MarginCrossedTierData | GET | v2/margin/crossed/tier-data | 2 |
privateMarginGetV2MarginCrossedOpenOrders | GET | v2/margin/crossed/open-orders | 2 |
privateMarginGetV2MarginCrossedHistoryOrders | GET | v2/margin/crossed/history-orders | 2 |
privateMarginGetV2MarginCrossedFills | GET | v2/margin/crossed/fills | 2 |
privateMarginGetV2MarginIsolatedBorrowHistory | GET | v2/margin/isolated/borrow-history | 2 |
privateMarginGetV2MarginIsolatedRepayHistory | GET | v2/margin/isolated/repay-history | 2 |
privateMarginGetV2MarginIsolatedInterestHistory | GET | v2/margin/isolated/interest-history | 2 |
privateMarginGetV2MarginIsolatedLiquidationHistory | GET | v2/margin/isolated/liquidation-history | 2 |
privateMarginGetV2MarginIsolatedFinancialRecords | GET | v2/margin/isolated/financial-records | 2 |
privateMarginGetV2MarginIsolatedAccountAssets | GET | v2/margin/isolated/account/assets | 2 |
privateMarginGetV2MarginIsolatedAccountRiskRate | GET | v2/margin/isolated/account/risk-rate | 2 |
privateMarginGetV2MarginIsolatedAccountMaxBorrowableAmount | GET | v2/margin/isolated/account/max-borrowable-amount | 2 |
privateMarginGetV2MarginIsolatedAccountMaxTransferOutAmount | GET | v2/margin/isolated/account/max-transfer-out-amount | 2 |
privateMarginGetV2MarginIsolatedInterestRateAndLimit | GET | v2/margin/isolated/interest-rate-and-limit | 2 |
privateMarginGetV2MarginIsolatedTierData | GET | v2/margin/isolated/tier-data | 2 |
privateMarginGetV2MarginIsolatedOpenOrders | GET | v2/margin/isolated/open-orders | 2 |
privateMarginGetV2MarginIsolatedHistoryOrders | GET | v2/margin/isolated/history-orders | 2 |
privateMarginGetV2MarginIsolatedFills | GET | v2/margin/isolated/fills | 2 |
privateMarginPostMarginV1CrossAccountBorrow | POST | margin/v1/cross/account/borrow | 2 |
privateMarginPostMarginV1IsolatedAccountBorrow | POST | margin/v1/isolated/account/borrow | 2 |
privateMarginPostMarginV1CrossAccountRepay | POST | margin/v1/cross/account/repay | 2 |
privateMarginPostMarginV1IsolatedAccountRepay | POST | margin/v1/isolated/account/repay | 2 |
privateMarginPostMarginV1IsolatedAccountRiskRate | POST | margin/v1/isolated/account/riskRate | 2 |
privateMarginPostMarginV1CrossAccountMaxBorrowableAmount | POST | margin/v1/cross/account/maxBorrowableAmount | 2 |
privateMarginPostMarginV1IsolatedAccountMaxBorrowableAmount | POST | margin/v1/isolated/account/maxBorrowableAmount | 2 |
privateMarginPostMarginV1IsolatedAccountFlashRepay | POST | margin/v1/isolated/account/flashRepay | 2 |
privateMarginPostMarginV1IsolatedAccountQueryFlashRepayStatus | POST | margin/v1/isolated/account/queryFlashRepayStatus | 2 |
privateMarginPostMarginV1CrossAccountFlashRepay | POST | margin/v1/cross/account/flashRepay | 2 |
privateMarginPostMarginV1CrossAccountQueryFlashRepayStatus | POST | margin/v1/cross/account/queryFlashRepayStatus | 2 |
privateMarginPostMarginV1IsolatedOrderPlaceOrder | POST | margin/v1/isolated/order/placeOrder | 4 |
privateMarginPostMarginV1IsolatedOrderBatchPlaceOrder | POST | margin/v1/isolated/order/batchPlaceOrder | 4 |
privateMarginPostMarginV1IsolatedOrderCancelOrder | POST | margin/v1/isolated/order/cancelOrder | 2 |
privateMarginPostMarginV1IsolatedOrderBatchCancelOrder | POST | margin/v1/isolated/order/batchCancelOrder | 2 |
privateMarginPostMarginV1CrossOrderPlaceOrder | POST | margin/v1/cross/order/placeOrder | 2 |
privateMarginPostMarginV1CrossOrderBatchPlaceOrder | POST | margin/v1/cross/order/batchPlaceOrder | 2 |
privateMarginPostMarginV1CrossOrderCancelOrder | POST | margin/v1/cross/order/cancelOrder | 2 |
privateMarginPostMarginV1CrossOrderBatchCancelOrder | POST | margin/v1/cross/order/batchCancelOrder | 2 |
privateMarginPostV2MarginCrossedAccountBorrow | POST | v2/margin/crossed/account/borrow | 2 |
privateMarginPostV2MarginCrossedAccountRepay | POST | v2/margin/crossed/account/repay | 2 |
privateMarginPostV2MarginCrossedAccountFlashRepay | POST | v2/margin/crossed/account/flash-repay | 2 |
privateMarginPostV2MarginCrossedAccountQueryFlashRepayStatus | POST | v2/margin/crossed/account/query-flash-repay-status | 2 |
privateMarginPostV2MarginCrossedPlaceOrder | POST | v2/margin/crossed/place-order | 2 |
privateMarginPostV2MarginCrossedBatchPlaceOrder | POST | v2/margin/crossed/batch-place-order | 2 |
privateMarginPostV2MarginCrossedCancelOrder | POST | v2/margin/crossed/cancel-order | 2 |
privateMarginPostV2MarginCrossedBatchCancelOrder | POST | v2/margin/crossed/batch-cancel-order | 2 |
privateMarginPostV2MarginIsolatedAccountBorrow | POST | v2/margin/isolated/account/borrow | 2 |
privateMarginPostV2MarginIsolatedAccountRepay | POST | v2/margin/isolated/account/repay | 2 |
privateMarginPostV2MarginIsolatedAccountFlashRepay | POST | v2/margin/isolated/account/flash-repay | 2 |
privateMarginPostV2MarginIsolatedAccountQueryFlashRepayStatus | POST | v2/margin/isolated/account/query-flash-repay-status | 2 |
privateMarginPostV2MarginIsolatedPlaceOrder | POST | v2/margin/isolated/place-order | 2 |
privateMarginPostV2MarginIsolatedBatchPlaceOrder | POST | v2/margin/isolated/batch-place-order | 2 |
privateMarginPostV2MarginIsolatedCancelOrder | POST | v2/margin/isolated/cancel-order | 2 |
privateMarginPostV2MarginIsolatedBatchCancelOrder | POST | v2/margin/isolated/batch-cancel-order | 2 |
privateCopyGetV2CopyMixTraderOrderCurrentTrack | GET | v2/copy/mix-trader/order-current-track | 2 |
privateCopyGetV2CopyMixTraderOrderHistoryTrack | GET | v2/copy/mix-trader/order-history-track | 2 |
privateCopyGetV2CopyMixTraderOrderTotalDetail | GET | v2/copy/mix-trader/order-total-detail | 2 |
privateCopyGetV2CopyMixTraderProfitHistorySummarys | GET | v2/copy/mix-trader/profit-history-summarys | 1 |
privateCopyGetV2CopyMixTraderProfitHistoryDetails | GET | v2/copy/mix-trader/profit-history-details | 1 |
privateCopyGetV2CopyMixTraderProfitDetails | GET | v2/copy/mix-trader/profit-details | 1 |
privateCopyGetV2CopyMixTraderProfitsGroupCoinDate | GET | v2/copy/mix-trader/profits-group-coin-date | 1 |
privateCopyGetV2CopyMixTraderConfigQuerySymbols | GET | v2/copy/mix-trader/config-query-symbols | 1 |
privateCopyGetV2CopyMixTraderConfigQueryFollowers | GET | v2/copy/mix-trader/config-query-followers | 2 |
privateCopyGetV2CopyMixFollowerQueryCurrentOrders | GET | v2/copy/mix-follower/query-current-orders | 2 |
privateCopyGetV2CopyMixFollowerQueryHistoryOrders | GET | v2/copy/mix-follower/query-history-orders | 1 |
privateCopyGetV2CopyMixFollowerQuerySettings | GET | v2/copy/mix-follower/query-settings | 2 |
privateCopyGetV2CopyMixFollowerQueryTraders | GET | v2/copy/mix-follower/query-traders | 2 |
privateCopyGetV2CopyMixFollowerQueryQuantityLimit | GET | v2/copy/mix-follower/query-quantity-limit | 2 |
privateCopyGetV2CopyMixBrokerQueryTraders | GET | v2/copy/mix-broker/query-traders | 2 |
privateCopyGetV2CopyMixBrokerQueryHistoryTraces | GET | v2/copy/mix-broker/query-history-traces | 2 |
privateCopyGetV2CopyMixBrokerQueryCurrentTraces | GET | v2/copy/mix-broker/query-current-traces | 2 |
privateCopyGetV2CopySpotTraderProfitSummarys | GET | v2/copy/spot-trader/profit-summarys | 2 |
privateCopyGetV2CopySpotTraderProfitHistoryDetails | GET | v2/copy/spot-trader/profit-history-details | 2 |
privateCopyGetV2CopySpotTraderProfitDetails | GET | v2/copy/spot-trader/profit-details | 2 |
privateCopyGetV2CopySpotTraderOrderTotalDetail | GET | v2/copy/spot-trader/order-total-detail | 2 |
privateCopyGetV2CopySpotTraderOrderHistoryTrack | GET | v2/copy/spot-trader/order-history-track | 2 |
privateCopyGetV2CopySpotTraderOrderCurrentTrack | GET | v2/copy/spot-trader/order-current-track | 2 |
privateCopyGetV2CopySpotTraderConfigQuerySettings | GET | v2/copy/spot-trader/config-query-settings | 2 |
privateCopyGetV2CopySpotTraderConfigQueryFollowers | GET | v2/copy/spot-trader/config-query-followers | 2 |
privateCopyGetV2CopySpotFollowerQueryTraders | GET | v2/copy/spot-follower/query-traders | 2 |
privateCopyGetV2CopySpotFollowerQueryTraderSymbols | GET | v2/copy/spot-follower/query-trader-symbols | 2 |
privateCopyGetV2CopySpotFollowerQuerySettings | GET | v2/copy/spot-follower/query-settings | 2 |
privateCopyGetV2CopySpotFollowerQueryHistoryOrders | GET | v2/copy/spot-follower/query-history-orders | 2 |
privateCopyGetV2CopySpotFollowerQueryCurrentOrders | GET | v2/copy/spot-follower/query-current-orders | 2 |
privateCopyPostV2CopyMixTraderOrderModifyTpsl | POST | v2/copy/mix-trader/order-modify-tpsl | 2 |
privateCopyPostV2CopyMixTraderOrderClosePositions | POST | v2/copy/mix-trader/order-close-positions | 2 |
privateCopyPostV2CopyMixTraderConfigSettingSymbols | POST | v2/copy/mix-trader/config-setting-symbols | 2 |
privateCopyPostV2CopyMixTraderConfigSettingBase | POST | v2/copy/mix-trader/config-setting-base | 2 |
privateCopyPostV2CopyMixTraderConfigRemoveFollower | POST | v2/copy/mix-trader/config-remove-follower | 2 |
privateCopyPostV2CopyMixFollowerSettingTpsl | POST | v2/copy/mix-follower/setting-tpsl | 1 |
privateCopyPostV2CopyMixFollowerSettings | POST | v2/copy/mix-follower/settings | 2 |
privateCopyPostV2CopyMixFollowerClosePositions | POST | v2/copy/mix-follower/close-positions | 2 |
privateCopyPostV2CopyMixFollowerCancelTrader | POST | v2/copy/mix-follower/cancel-trader | 4 |
privateCopyPostV2CopySpotTraderOrderModifyTpsl | POST | v2/copy/spot-trader/order-modify-tpsl | 2 |
privateCopyPostV2CopySpotTraderOrderCloseTracking | POST | v2/copy/spot-trader/order-close-tracking | 2 |
privateCopyPostV2CopySpotTraderConfigSettingSymbols | POST | v2/copy/spot-trader/config-setting-symbols | 2 |
privateCopyPostV2CopySpotTraderConfigRemoveFollower | POST | v2/copy/spot-trader/config-remove-follower | 2 |
privateCopyPostV2CopySpotFollowerStopOrder | POST | v2/copy/spot-follower/stop-order | 2 |
privateCopyPostV2CopySpotFollowerSettings | POST | v2/copy/spot-follower/settings | 2 |
privateCopyPostV2CopySpotFollowerSettingTpsl | POST | v2/copy/spot-follower/setting-tpsl | 2 |
privateCopyPostV2CopySpotFollowerOrderCloseTracking | POST | v2/copy/spot-follower/order-close-tracking | 2 |
privateCopyPostV2CopySpotFollowerCancelTrader | POST | v2/copy/spot-follower/cancel-trader | 2 |
privateTaxGetV2TaxSpotRecord | GET | v2/tax/spot-record | 20 |
privateTaxGetV2TaxFutureRecord | GET | v2/tax/future-record | 20 |
privateTaxGetV2TaxMarginRecord | GET | v2/tax/margin-record | 20 |
privateTaxGetV2TaxP2pRecord | GET | v2/tax/p2p-record | 20 |
privateConvertGetV2ConvertCurrencies | GET | v2/convert/currencies | 2 |
privateConvertGetV2ConvertQuotedPrice | GET | v2/convert/quoted-price | 2 |
privateConvertGetV2ConvertConvertRecord | GET | v2/convert/convert-record | 2 |
privateConvertGetV2ConvertBgbConvertCoinList | GET | v2/convert/bgb-convert-coin-list | 2 |
privateConvertGetV2ConvertBgbConvertRecords | GET | v2/convert/bgb-convert-records | 2 |
privateConvertPostV2ConvertTrade | POST | v2/convert/trade | 2 |
privateConvertPostV2ConvertBgbConvert | POST | v2/convert/bgb-convert | 2 |
privateEarnGetV2EarnSavingsProduct | GET | v2/earn/savings/product | 2 |
privateEarnGetV2EarnSavingsAccount | GET | v2/earn/savings/account | 2 |
privateEarnGetV2EarnSavingsAssets | GET | v2/earn/savings/assets | 2 |
privateEarnGetV2EarnSavingsRecords | GET | v2/earn/savings/records | 2 |
privateEarnGetV2EarnSavingsSubscribeInfo | GET | v2/earn/savings/subscribe-info | 2 |
privateEarnGetV2EarnSavingsSubscribeResult | GET | v2/earn/savings/subscribe-result | 2 |
privateEarnGetV2EarnSavingsRedeemResult | GET | v2/earn/savings/redeem-result | 2 |
privateEarnGetV2EarnSharkfinProduct | GET | v2/earn/sharkfin/product | 2 |
privateEarnGetV2EarnSharkfinAccount | GET | v2/earn/sharkfin/account | 2 |
privateEarnGetV2EarnSharkfinAssets | GET | v2/earn/sharkfin/assets | 2 |
privateEarnGetV2EarnSharkfinRecords | GET | v2/earn/sharkfin/records | 2 |
privateEarnGetV2EarnSharkfinSubscribeInfo | GET | v2/earn/sharkfin/subscribe-info | 2 |
privateEarnGetV2EarnSharkfinSubscribeResult | GET | v2/earn/sharkfin/subscribe-result | 4 |
privateEarnGetV2EarnLoanOngoingOrders | GET | v2/earn/loan/ongoing-orders | 2 |
privateEarnGetV2EarnLoanRepayHistory | GET | v2/earn/loan/repay-history | 2 |
privateEarnGetV2EarnLoanReviseHistory | GET | v2/earn/loan/revise-history | 2 |
privateEarnGetV2EarnLoanBorrowHistory | GET | v2/earn/loan/borrow-history | 2 |
privateEarnGetV2EarnLoanDebts | GET | v2/earn/loan/debts | 2 |
privateEarnGetV2EarnLoanReduces | GET | v2/earn/loan/reduces | 2 |
privateEarnGetV2EarnAccountAssets | GET | v2/earn/account/assets | 2 |
privateEarnPostV2EarnSavingsSubscribe | POST | v2/earn/savings/subscribe | 2 |
privateEarnPostV2EarnSavingsRedeem | POST | v2/earn/savings/redeem | 2 |
privateEarnPostV2EarnSharkfinSubscribe | POST | v2/earn/sharkfin/subscribe | 2 |
privateEarnPostV2EarnLoanBorrow | POST | v2/earn/loan/borrow | 2 |
privateEarnPostV2EarnLoanRepay | POST | v2/earn/loan/repay | 2 |
privateEarnPostV2EarnLoanRevisePledge | POST | v2/earn/loan/revise-pledge | 2 |
privateCommonGetV2CommonTradeRate | GET | v2/common/trade-rate | 2 |
privateUtaGetV3AccountAssets | GET | v3/account/assets | 1 |
privateUtaGetV3AccountFundingAssets | GET | v3/account/funding-assets | 1 |
privateUtaGetV3AccountSettings | GET | v3/account/settings | 1 |
privateUtaGetV3AccountFinancialRecords | GET | v3/account/financial-records | 1 |
privateUtaGetV3AccountRepayableCoins | GET | v3/account/repayable-coins | 2 |
privateUtaGetV3AccountPaymentCoins | GET | v3/account/payment-coins | 2 |
privateUtaGetV3AccountConvertRecords | GET | v3/account/convert-records | 1 |
privateUtaGetV3AccountDeductInfo | GET | v3/account/deduct-info | 20 |
privateUtaGetV3AccountFeeRate | GET | v3/account/fee-rate | 6.6667 |
privateUtaGetV3AccountSwitchStatus | GET | v3/account/switch-status | 4 |
privateUtaGetV3AccountMaxTransferable | GET | v3/account/max-transferable | 6.6667 |
privateUtaGetV3AccountOpenInterestLimit | GET | v3/account/open-interest-limit | 4 |
privateUtaGetV3AccountSubUnifiedAssets | GET | v3/account/sub-unified-assets | 20 |
privateUtaGetV3AccountTransferableCoins | GET | v3/account/transferable-coins | 2 |
privateUtaGetV3AccountSubTransferRecord | GET | v3/account/sub-transfer-record | 4 |
privateUtaGetV3AccountDepositAddress | GET | v3/account/deposit-address | 2 |
privateUtaGetV3AccountSubDepositAddress | GET | v3/account/sub-deposit-address | 2 |
privateUtaGetV3AccountDepositRecords | GET | v3/account/deposit-records | 2 |
privateUtaGetV3AccountSubDepositRecords | GET | v3/account/sub-deposit-records | 2 |
privateUtaGetV3AccountWithdrawalRecords | GET | v3/account/withdrawal-records | 2 |
privateUtaGetV3BrokerSubList | GET | v3/broker/sub-list | 1 |
privateUtaGetV3BrokerAllSubDepositWithdrawal | GET | v3/broker/all-sub-deposit-withdrawal | 1 |
privateUtaGetV3BrokerCommission | GET | v3/broker/commission | 1 |
privateUtaGetV3BrokerQuerySubApikey | GET | v3/broker/query-sub-apikey | 1 |
privateUtaGetV3InsLoanTransfered | GET | v3/ins-loan/transfered | 6.6667 |
privateUtaGetV3InsLoanSymbols | GET | v3/ins-loan/symbols | 6.6667 |
privateUtaGetV3InsLoanRiskUnit | GET | v3/ins-loan/risk-unit | 6.6667 |
privateUtaGetV3InsLoanRepaidHistory | GET | v3/ins-loan/repaid-history | 6.6667 |
privateUtaGetV3InsLoanProductInfos | GET | v3/ins-loan/product-infos | 6.6667 |
privateUtaGetV3InsLoanLoanOrder | GET | v3/ins-loan/loan-order | 6.6667 |
privateUtaGetV3InsLoanLtvConvert | GET | v3/ins-loan/ltv-convert | 6.6667 |
privateUtaGetV3InsLoanEnsureCoinsConvert | GET | v3/ins-loan/ensure-coins-convert | 6.6667 |
privateUtaGetV3LoanCoins | GET | v3/loan/coins | 2 |
privateUtaGetV3LoanInterest | GET | v3/loan/interest | 2 |
privateUtaGetV3LoanBorrowOngoing | GET | v3/loan/borrow-ongoing | 2 |
privateUtaGetV3LoanBorrowHistory | GET | v3/loan/borrow-history | 2 |
privateUtaGetV3LoanRepayHistory | GET | v3/loan/repay-history | 2 |
privateUtaGetV3LoanPledgeRateHistory | GET | v3/loan/pledge-rate-history | 2 |
privateUtaGetV3LoanDebts | GET | v3/loan/debts | 2 |
privateUtaGetV3LoanReduces | GET | v3/loan/reduces | 2 |
privateUtaGetV3PositionCurrentPosition | GET | v3/position/current-position | 1 |
privateUtaGetV3PositionHistoryPosition | GET | v3/position/history-position | 1 |
privateUtaGetV3PositionAdlRank | GET | v3/position/adlRank | 20 |
privateUtaGetV3TaxRecords | GET | v3/tax/records | 20 |
privateUtaGetV3TradeOrderInfo | GET | v3/trade/order-info | 1 |
privateUtaGetV3TradeUnfilledOrders | GET | v3/trade/unfilled-orders | 1 |
privateUtaGetV3TradeUnfilledStrategyOrders | GET | v3/trade/unfilled-strategy-orders | 1 |
privateUtaGetV3TradeHistoryOrders | GET | v3/trade/history-orders | 1 |
privateUtaGetV3TradeHistoryStrategyOrders | GET | v3/trade/history-strategy-orders | 1 |
privateUtaGetV3TradeFills | GET | v3/trade/fills | 1 |
privateUtaGetV3UserSubList | GET | v3/user/sub-list | 2 |
privateUtaGetV3UserSubApiList | GET | v3/user/sub-api-list | 2 |
privateUtaPostV3AccountSetLeverage | POST | v3/account/set-leverage | 2 |
privateUtaPostV3AccountSetHoldMode | POST | v3/account/set-hold-mode | 2 |
privateUtaPostV3AccountRepay | POST | v3/account/repay | 4 |
privateUtaPostV3AccountSwitchDeduct | POST | v3/account/switch-deduct | 20 |
privateUtaPostV3AccountDepositAccount | POST | v3/account/deposit-account | 20 |
privateUtaPostV3AccountSwitch | POST | v3/account/switch | 20 |
privateUtaPostV3AccountAdjustAccountMode | POST | v3/account/adjust-account-mode | 20 |
privateUtaPostV3AccountTransfer | POST | v3/account/transfer | 4 |
privateUtaPostV3AccountSubTransfer | POST | v3/account/sub-transfer | 4 |
privateUtaPostV3AccountSubMasterTransfer | POST | v3/account/sub-master-transfer | 4 |
privateUtaPostV3AccountMaxOpenAvailable | POST | v3/account/max-open-available | 4 |
privateUtaPostV3AccountWithdrawal | POST | v3/account/withdrawal | 20 |
privateUtaPostV3BrokerCreateSub | POST | v3/broker/create-sub | 1 |
privateUtaPostV3BrokerModifySub | POST | v3/broker/modify-sub | 1 |
privateUtaPostV3BrokerSubWithdrawal | POST | v3/broker/sub-withdrawal | 1 |
privateUtaPostV3BrokerSubDepositAddress | POST | v3/broker/sub-deposit-address | 1 |
privateUtaPostV3BrokerCreateSubApikey | POST | v3/broker/create-sub-apikey | 1 |
privateUtaPostV3BrokerModifySubApikey | POST | v3/broker/modify-sub-apikey | 1 |
privateUtaPostV3BrokerDeleteSubApikey | POST | v3/broker/delete-sub-apikey | 1 |
privateUtaPostV3InsLoanBindUid | POST | v3/ins-loan/bind-uid | 6.6667 |
privateUtaPostV3LoanBorrow | POST | v3/loan/borrow | 2 |
privateUtaPostV3LoanRepay | POST | v3/loan/repay | 2 |
privateUtaPostV3LoanRevisePledge | POST | v3/loan/revise-pledge | 2 |
privateUtaPostV3TradePlaceOrder | POST | v3/trade/place-order | 2 |
privateUtaPostV3TradePlaceStrategyOrder | POST | v3/trade/place-strategy-order | 2 |
privateUtaPostV3TradeModifyOrder | POST | v3/trade/modify-order | 2 |
privateUtaPostV3TradeModifyStrategyOrder | POST | v3/trade/modify-strategy-order | 2 |
privateUtaPostV3TradeCancelOrder | POST | v3/trade/cancel-order | 2 |
privateUtaPostV3TradeCancelStrategyOrder | POST | v3/trade/cancel-strategy-order | 2 |
privateUtaPostV3TradePlaceBatch | POST | v3/trade/place-batch | 4 |
privateUtaPostV3TradeBatchModifyOrder | POST | v3/trade/batch-modify-order | 2 |
privateUtaPostV3TradeCancelBatch | POST | v3/trade/cancel-batch | 4 |
privateUtaPostV3TradeCancelSymbolOrder | POST | v3/trade/cancel-symbol-order | 4 |
privateUtaPostV3TradeClosePositions | POST | v3/trade/close-positions | 4 |
privateUtaPostV3TradeCountdownCancelAll | POST | v3/trade/countdown-cancel-all | 20 |
privateUtaPostV3UserCreateSub | POST | v3/user/create-sub | 2 |
privateUtaPostV3UserFreezeSub | POST | v3/user/freeze-sub | 2 |
privateUtaPostV3UserCreateSubApi | POST | v3/user/create-sub-api | 2 |
privateUtaPostV3UserUpdateSubApi | POST | v3/user/update-sub-api | 2 |
privateUtaPostV3UserDeleteSubApi | POST | v3/user/delete-sub-api | 2 |