CCXT
kucoinfutures

kucoinfutures implicit API

Every raw kucoinfutures endpoint exposed as a CCXT implicit method — names, HTTP verbs, paths and rate-limit costs.

Every endpoint in kucoinfutures'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. publicGetCurrencies); the snake_case alias (public_get_currencies) also works in JavaScript, Python and PHP, and Go uses the PascalCase form (PublicGetCurrencies). Switch tabs for the call in each language:

const kucoinfutures = new ccxt.kucoinfutures ();
const response = await kucoinfutures.publicGetCurrencies (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 kucoinfutures API documentation: docs.kucoin.com

349 implicit endpoints across 9 access groups.

public

Base URL: https://api.kucoin.com

MethodHTTPEndpointCost
publicGetCurrenciesGETcurrencies3
publicGetCurrenciesCurrencyGETcurrencies/{currency}3
publicGetSymbolsGETsymbols4
publicGetMarketOrderbookLevel1GETmarket/orderbook/level12
publicGetMarketAllTickersGETmarket/allTickers15
publicGetMarketStatsGETmarket/stats15
publicGetMarketsGETmarkets3
publicGetMarketOrderbookLevelLevelLimitGETmarket/orderbook/level{level}_{limit}4
publicGetMarketOrderbookLevel220GETmarket/orderbook/level2_202
publicGetMarketOrderbookLevel2100GETmarket/orderbook/level2_1004
publicGetMarketHistoriesGETmarket/histories3
publicGetMarketCandlesGETmarket/candles3
publicGetPricesGETprices3
publicGetTimestampGETtimestamp3
publicGetStatusGETstatus3
publicGetMarkPriceSymbolCurrentGETmark-price/{symbol}/current2
publicGetMarkPriceAllSymbolsGETmark-price/all-symbols10
publicGetMarginConfigGETmargin/config25
publicGetAnnouncementsGETannouncements20
publicGetMarginCollateralRatioGETmargin/collateralRatio10
publicGetConvertSymbolGETconvert/symbol5
publicGetConvertCurrenciesGETconvert/currencies5
publicPostBulletPublicPOSTbullet-public10

private

Base URL: https://api.kucoin.com

MethodHTTPEndpointCost
privateGetUserInfoGETuser-info20
privateGetUserApiKeyGETuser/api-key20
privateGetAccountsGETaccounts5
privateGetAccountsAccountIdGETaccounts/{accountId}5
privateGetAccountsLedgersGETaccounts/ledgers2
privateGetHfAccountsLedgersGEThf/accounts/ledgers2
privateGetHfMarginAccountLedgersGEThf/margin/account/ledgers2
privateGetTransactionHistoryGETtransaction-history2
privateGetSubUserGETsub/user20
privateGetSubAccountsSubUserIdGETsub-accounts/{subUserId}15
privateGetSubAccountsGETsub-accounts20
privateGetSubApiKeyGETsub/api-key20
privateGetMarginAccountGETmargin/account40
privateGetMarginAccountsGETmargin/accounts15
privateGetIsolatedAccountsGETisolated/accounts15
privateGetDepositAddressesGETdeposit-addresses5
privateGetDepositsGETdeposits5
privateGetHistDepositsGEThist-deposits5
privateGetWithdrawalsGETwithdrawals20
privateGetHistWithdrawalsGEThist-withdrawals20
privateGetWithdrawalsQuotasGETwithdrawals/quotas20
privateGetAccountsTransferableGETaccounts/transferable20
privateGetTransferListGETtransfer-list20
privateGetBaseFeeGETbase-fee3
privateGetTradeFeesGETtrade-fees3
privateGetMarketOrderbookLevelLevelGETmarket/orderbook/level{level}3
privateGetMarketOrderbookLevel2GETmarket/orderbook/level23
privateGetMarketOrderbookLevel3GETmarket/orderbook/level33
privateGetHfAccountsOpenedGEThf/accounts/opened2
privateGetHfOrdersActiveGEThf/orders/active2
privateGetHfOrdersActiveSymbolsGEThf/orders/active/symbols2
privateGetHfMarginOrderActiveSymbolsGEThf/margin/order/active/symbols2
privateGetHfOrdersDoneGEThf/orders/done2
privateGetHfOrdersOrderIdGEThf/orders/{orderId}2
privateGetHfOrdersClientOrderClientOidGEThf/orders/client-order/{clientOid}2
privateGetHfOrdersDeadCancelAllQueryGEThf/orders/dead-cancel-all/query2
privateGetHfFillsGEThf/fills2
privateGetOrdersGETorders2
privateGetLimitOrdersGETlimit/orders3
privateGetOrdersOrderIdGETorders/{orderId}2
privateGetOrderClientOrderClientOidGETorder/client-order/{clientOid}2
privateGetFillsGETfills10
privateGetLimitFillsGETlimit/fills20
privateGetStopOrderGETstop-order8
privateGetStopOrderOrderIdGETstop-order/{orderId}3
privateGetStopOrderQueryOrderByClientOidGETstop-order/queryOrderByClientOid3
privateGetOcoOrderOrderIdGEToco/order/{orderId}2
privateGetOcoOrderDetailsOrderIdGEToco/order/details/{orderId}2
privateGetOcoClientOrderClientOidGEToco/client-order/{clientOid}2
privateGetOcoOrdersGEToco/orders2
privateGetHfMarginOrdersActiveGEThf/margin/orders/active4
privateGetHfMarginOrdersDoneGEThf/margin/orders/done10
privateGetHfMarginOrdersOrderIdGEThf/margin/orders/{orderId}4
privateGetHfMarginOrdersClientOrderClientOidGEThf/margin/orders/client-order/{clientOid}5
privateGetHfMarginFillsGEThf/margin/fills5
privateGetHfMarginStopOrdersGEThf/margin/stop-orders8
privateGetHfMarginStopOrderOrderIdGEThf/margin/stop-order/orderId3
privateGetHfMarginStopOrderClientOidGEThf/margin/stop-order/clientOid3
privateGetHfMarginOcoOrderOrderIdGEThf/margin/oco-order/orderId2
privateGetHfMarginOcoOrderClientOidGEThf/margin/oco-order/clientOid2
privateGetHfMarginOcoOrderDetailOrderIdGEThf/margin/oco-order/detail/orderId2
privateGetHfMarginOcoOrdersGEThf/margin/oco-orders2
privateGetEtfInfoGETetf/info25
privateGetMarginCurrenciesGETmargin/currencies20
privateGetRiskLimitStrategyGETrisk/limit/strategy20
privateGetIsolatedSymbolsGETisolated/symbols3
privateGetMarginSymbolsGETmargin/symbols3
privateGetIsolatedAccountSymbolGETisolated/account/{symbol}50
privateGetMarginBorrowGETmargin/borrow15
privateGetMarginRepayGETmargin/repay15
privateGetMarginInterestGETmargin/interest20
privateGetProjectListGETproject/list10
privateGetProjectMarketInterestRateGETproject/marketInterestRate5
privateGetRedeemOrdersGETredeem/orders10
privateGetPurchaseOrdersGETpurchase/orders10
privateGetBrokerApiRebaseDownloadGETbroker/api/rebase/download3
privateGetBrokerQueryMyCommissionGETbroker/queryMyCommission3
privateGetBrokerQueryUserGETbroker/queryUser3
privateGetBrokerQueryDetailByUidGETbroker/queryDetailByUid3
privateGetMigrateUserAccountStatusGETmigrate/user/account/status3
privateGetConvertQuoteGETconvert/quote20
privateGetConvertOrderDetailGETconvert/order/detail5
privateGetConvertOrderHistoryGETconvert/order/history5
privateGetConvertLimitQuoteGETconvert/limit/quote20
privateGetConvertLimitOrderDetailGETconvert/limit/order/detail5
privateGetConvertLimitOrdersGETconvert/limit/orders5
privateGetAffiliateInviterStatisticsGETaffiliate/inviter/statistics30
privatePostSubUserCreatedPOSTsub/user/created15
privatePostSubApiKeyPOSTsub/api-key20
privatePostSubApiKeyUpdatePOSTsub/api-key/update30
privatePostDepositAddressesPOSTdeposit-addresses20
privatePostWithdrawalsPOSTwithdrawals5
privatePostAccountsUniversalTransferPOSTaccounts/universal-transfer4
privatePostAccountsSubTransferPOSTaccounts/sub-transfer30
privatePostAccountsInnerTransferPOSTaccounts/inner-transfer15
privatePostTransferOutPOSTtransfer-out20
privatePostTransferInPOSTtransfer-in20
privatePostHfOrdersPOSThf/orders1
privatePostHfOrdersTestPOSThf/orders/test1
privatePostHfOrdersSyncPOSThf/orders/sync1
privatePostHfOrdersMultiPOSThf/orders/multi1
privatePostHfOrdersMultiSyncPOSThf/orders/multi/sync1
privatePostHfOrdersAlterPOSThf/orders/alter1
privatePostHfOrdersDeadCancelAllPOSThf/orders/dead-cancel-all2
privatePostOrdersPOSTorders2
privatePostOrdersTestPOSTorders/test2
privatePostOrdersMultiPOSTorders/multi3
privatePostStopOrderPOSTstop-order2
privatePostOcoOrderPOSToco/order2
privatePostHfMarginOrderPOSThf/margin/order2
privatePostHfMarginOrderTestPOSThf/margin/order/test2
privatePostHfMarginStopOrderPOSThf/margin/stop-order3
privatePostMarginOrderPOSTmargin/order5
privatePostMarginOrderTestPOSTmargin/order/test5
privatePostHfMarginOcoOrderPOSThf/margin/oco-order2
privatePostMarginBorrowPOSTmargin/borrow15
privatePostMarginRepayPOSTmargin/repay10
privatePostPurchasePOSTpurchase15
privatePostRedeemPOSTredeem15
privatePostLendPurchaseUpdatePOSTlend/purchase/update10
privatePostConvertOrderPOSTconvert/order20
privatePostConvertLimitOrderPOSTconvert/limit/order20
privatePostBulletPrivatePOSTbullet-private10
privatePostPositionUpdateUserLeveragePOSTposition/update-user-leverage5
privatePostDepositAddressCreatePOSTdeposit-address/create20
privateDeleteSubApiKeyDELETEsub/api-key30
privateDeleteWithdrawalsWithdrawalIdDELETEwithdrawals/{withdrawalId}20
privateDeleteHfOrdersOrderIdDELETEhf/orders/{orderId}1
privateDeleteHfOrdersSyncOrderIdDELETEhf/orders/sync/{orderId}1
privateDeleteHfOrdersClientOrderClientOidDELETEhf/orders/client-order/{clientOid}1
privateDeleteHfOrdersSyncClientOrderClientOidDELETEhf/orders/sync/client-order/{clientOid}1
privateDeleteHfOrdersCancelOrderIdDELETEhf/orders/cancel/{orderId}1
privateDeleteHfOrdersDELETEhf/orders2
privateDeleteHfOrdersCancelAllDELETEhf/orders/cancelAll30
privateDeleteOrdersOrderIdDELETEorders/{orderId}3
privateDeleteOrderClientOrderClientOidDELETEorder/client-order/{clientOid}5
privateDeleteOrdersDELETEorders20
privateDeleteStopOrderOrderIdDELETEstop-order/{orderId}3
privateDeleteStopOrderCancelOrderByClientOidDELETEstop-order/cancelOrderByClientOid5
privateDeleteStopOrderCancelDELETEstop-order/cancel3
privateDeleteOcoOrderOrderIdDELETEoco/order/{orderId}3
privateDeleteOcoClientOrderClientOidDELETEoco/client-order/{clientOid}3
privateDeleteOcoOrdersDELETEoco/orders3
privateDeleteHfMarginOrdersOrderIdDELETEhf/margin/orders/{orderId}2
privateDeleteHfMarginOrdersClientOrderClientOidDELETEhf/margin/orders/client-order/{clientOid}2
privateDeleteHfMarginOrdersDELETEhf/margin/orders5
privateDeleteHfMarginStopOrderCancelByIdDELETEhf/margin/stop-order/cancel-by-id3
privateDeleteHfMarginStopOrderCancelByClientOidDELETEhf/margin/stop-order/cancel-by-clientOid5
privateDeleteHfMarginStopOrderCancelDELETEhf/margin/stop-order/cancel3
privateDeleteHfMarginOcoOrderCancelByIdDELETEhf/margin/oco-order/cancel-by-id3
privateDeleteHfMarginOcoOrderCancelByClientOidDELETEhf/margin/oco-order/cancel-by-clientOid3
privateDeleteHfMarginOcoOrderCancelDELETEhf/margin/oco-order/cancel3
privateDeleteConvertLimitOrderCancelDELETEconvert/limit/order/cancel5

futuresPublic

Base URL: https://api-futures.kucoin.com

MethodHTTPEndpointCost
futuresPublicGetContractsActiveGETcontracts/active6
futuresPublicGetContractsSymbolGETcontracts/{symbol}6
futuresPublicGetTickerGETticker4
futuresPublicGetAllTickersGETallTickers10
futuresPublicGetLevel2SnapshotGETlevel2/snapshot6
futuresPublicGetLevel2Depth20GETlevel2/depth2010
futuresPublicGetLevel2Depth100GETlevel2/depth10020
futuresPublicGetTradeHistoryGETtrade/history10
futuresPublicGetKlineQueryGETkline/query6
futuresPublicGetInterestQueryGETinterest/query10
futuresPublicGetIndexQueryGETindex/query4
futuresPublicGetMarkPriceSymbolCurrentGETmark-price/{symbol}/current6
futuresPublicGetPremiumQueryGETpremium/query6
futuresPublicGetTradeStatisticsGETtrade-statistics6
futuresPublicGetFundingRateSymbolCurrentGETfunding-rate/{symbol}/current4
futuresPublicGetContractFundingRatesGETcontract/funding-rates10
futuresPublicGetTimestampGETtimestamp4
futuresPublicGetStatusGETstatus8
futuresPublicGetLevel2MessageQueryGETlevel2/message/query1.3953
futuresPublicGetContractsRiskLimitSymbolGETcontracts/risk-limit/{symbol}3
futuresPublicGetLevel3MessageQueryGETlevel3/message/query3
futuresPublicGetLevel3SnapshotGETlevel3/snapshot3
futuresPublicPostBulletPublicPOSTbullet-public20

futuresPrivate

Base URL: https://api-futures.kucoin.com

MethodHTTPEndpointCost
futuresPrivateGetTransactionHistoryGETtransaction-history4
futuresPrivateGetAccountOverviewGETaccount-overview10
futuresPrivateGetAccountOverviewAllGETaccount-overview-all12
futuresPrivateGetTransferListGETtransfer-list20
futuresPrivateGetOrdersGETorders4
futuresPrivateGetStopOrdersGETstopOrders12
futuresPrivateGetRecentDoneOrdersGETrecentDoneOrders10
futuresPrivateGetOrdersOrderIdGETorders/{orderId}10
futuresPrivateGetOrdersByClientOidGETorders/byClientOid10
futuresPrivateGetFillsGETfills10
futuresPrivateGetRecentFillsGETrecentFills6
futuresPrivateGetTradeFeesGETtrade-fees6
futuresPrivateGetOpenOrderStatisticsGETopenOrderStatistics20
futuresPrivateGetPositionGETposition4
futuresPrivateGetPositionsGETpositions4
futuresPrivateGetMarginMaxWithdrawMarginGETmargin/maxWithdrawMargin20
futuresPrivateGetContractsRiskLimitSymbolGETcontracts/risk-limit/{symbol}10
futuresPrivateGetFundingHistoryGETfunding-history10
futuresPrivateGetCopyTradeFuturesGetMaxOpenSizeGETcopy-trade/futures/get-max-open-size8
futuresPrivateGetCopyTradeFuturesPositionMarginMaxWithdrawMarginGETcopy-trade/futures/position/margin/max-withdraw-margin20
futuresPrivateGetHistoryPositionsGEThistory-positions4
futuresPrivateGetPositionGetMarginModeGETposition/getMarginMode4
futuresPrivateGetPositionGetPositionModeGETposition/getPositionMode4
futuresPrivateGetDepositAddressGETdeposit-address4
futuresPrivateGetDepositListGETdeposit-list4
futuresPrivateGetWithdrawalsQuotasGETwithdrawals/quotas4
futuresPrivateGetWithdrawalListGETwithdrawal-list4
futuresPrivateGetSubApiKeyGETsub/api-key4
futuresPrivateGetTradeStatisticsGETtrade-statistics4
futuresPrivateGetGetMaxOpenSizeGETgetMaxOpenSize4
futuresPrivateGetGetCrossUserLeverageGETgetCrossUserLeverage4
futuresPrivatePostTransferOutPOSTtransfer-out20
futuresPrivatePostTransferInPOSTtransfer-in20
futuresPrivatePostOrdersPOSTorders4
futuresPrivatePostStOrdersPOSTst-orders4
futuresPrivatePostOrdersTestPOSTorders/test4
futuresPrivatePostOrdersMultiPOSTorders/multi6
futuresPrivatePostPositionMarginAutoDepositStatusPOSTposition/margin/auto-deposit-status8
futuresPrivatePostMarginWithdrawMarginPOSTmargin/withdrawMargin10
futuresPrivatePostPositionMarginDepositMarginPOSTposition/margin/deposit-margin8
futuresPrivatePostPositionRiskLimitLevelChangePOSTposition/risk-limit-level/change8
futuresPrivatePostCopyTradeFuturesOrdersPOSTcopy-trade/futures/orders4
futuresPrivatePostCopyTradeFuturesOrdersTestPOSTcopy-trade/futures/orders/test4
futuresPrivatePostCopyTradeFuturesStOrdersPOSTcopy-trade/futures/st-orders4
futuresPrivatePostCopyTradeFuturesPositionMarginDepositMarginPOSTcopy-trade/futures/position/margin/deposit-margin8
futuresPrivatePostCopyTradeFuturesPositionMarginWithdrawMarginPOSTcopy-trade/futures/position/margin/withdraw-margin20
futuresPrivatePostCopyTradeFuturesPositionRiskLimitLevelChangePOSTcopy-trade/futures/position/risk-limit-level/change4
futuresPrivatePostCopyTradeFuturesPositionMarginAutoDepositStatusPOSTcopy-trade/futures/position/margin/auto-deposit-status8
futuresPrivatePostCopyTradeFuturesPositionChangeMarginModePOSTcopy-trade/futures/position/changeMarginMode4
futuresPrivatePostCopyTradeFuturesPositionChangeCrossUserLeveragePOSTcopy-trade/futures/position/changeCrossUserLeverage4
futuresPrivatePostCopyTradeGetCrossModeMarginRequirementPOSTcopy-trade/getCrossModeMarginRequirement6
futuresPrivatePostCopyTradePositionSwitchPositionModePOSTcopy-trade/position/switchPositionMode4
futuresPrivatePostChangeCrossUserLeveragePOSTchangeCrossUserLeverage4
futuresPrivatePostWithdrawalsPOSTwithdrawals4
futuresPrivatePostSubApiKeyPOSTsub/api-key4
futuresPrivatePostSubApiKeyUpdatePOSTsub/api-key/update4
futuresPrivatePostPositionChangeMarginModePOSTposition/changeMarginMode4
futuresPrivatePostPositionSwitchPositionModePOSTposition/switchPositionMode4
futuresPrivatePostBulletPrivatePOSTbullet-private20
futuresPrivateDeleteOrdersOrderIdDELETEorders/{orderId}2
futuresPrivateDeleteOrdersClientOrderClientOidDELETEorders/client-order/{clientOid}2
futuresPrivateDeleteOrdersDELETEorders20
futuresPrivateDeleteStopOrdersDELETEstopOrders30
futuresPrivateDeleteCopyTradeFuturesOrdersDELETEcopy-trade/futures/orders1.5
futuresPrivateDeleteCopyTradeFuturesOrdersClientOrderDELETEcopy-trade/futures/orders/client-order1.5
futuresPrivateDeleteOrdersMultiCancelDELETEorders/multi-cancel40
futuresPrivateDeleteWithdrawalsWithdrawalIdDELETEwithdrawals/{withdrawalId}10
futuresPrivateDeleteCancelTransferOutDELETEcancel/transfer-out10
futuresPrivateDeleteSubApiKeyDELETEsub/api-key10

webExchange

Base URL: https://kucoin.com/_api

MethodHTTPEndpointCost
webExchangeGetCurrencyCurrencyChainInfoGETcurrency/currency/chain-info1
webExchangeGetContractSymbolFundingRatesGETcontract/{symbol}/funding-rates2

broker

Base URL: https://api-broker.kucoin.com

MethodHTTPEndpointCost
brokerGetBrokerNdInfoGETbroker/nd/info4
brokerGetBrokerNdAccountGETbroker/nd/account4
brokerGetBrokerNdAccountApikeyGETbroker/nd/account/apikey4
brokerGetBrokerNdRebaseDownloadGETbroker/nd/rebase/download4
brokerGetAssetNdbrokerDepositListGETasset/ndbroker/deposit/list2
brokerGetBrokerNdTransferDetailGETbroker/nd/transfer/detail2
brokerGetBrokerNdDepositDetailGETbroker/nd/deposit/detail2
brokerGetBrokerNdWithdrawDetailGETbroker/nd/withdraw/detail2
brokerPostBrokerNdTransferPOSTbroker/nd/transfer2
brokerPostBrokerNdAccountPOSTbroker/nd/account6
brokerPostBrokerNdAccountApikeyPOSTbroker/nd/account/apikey6
brokerPostBrokerNdAccountUpdateApikeyPOSTbroker/nd/account/update-apikey6
brokerDeleteBrokerNdAccountApikeyDELETEbroker/nd/account/apikey6

earn

Base URL: https://api.kucoin.com

MethodHTTPEndpointCost
earnGetOtcLoanDiscountRateConfigsGETotc-loan/discount-rate-configs20
earnGetOtcLoanLoanGETotc-loan/loan2
earnGetOtcLoanAccountsGETotc-loan/accounts2
earnGetEarnRedeemPreviewGETearn/redeem-preview10
earnGetEarnSavingProductsGETearn/saving/products10
earnGetEarnHoldAssetsGETearn/hold-assets10
earnGetEarnPromotionProductsGETearn/promotion/products10
earnGetEarnKcsStakingProductsGETearn/kcs-staking/products10
earnGetEarnStakingProductsGETearn/staking/products10
earnGetEarnEthStakingProductsGETearn/eth-staking/products10
earnGetStructEarnDualProductsGETstruct-earn/dual/products6
earnGetStructEarnOrdersGETstruct-earn/orders10
earnPostEarnOrdersPOSTearn/orders10
earnPostStructEarnOrdersPOSTstruct-earn/orders10
earnDeleteEarnOrdersDELETEearn/orders10

uta

Base URL: https://api.kucoin.com

MethodHTTPEndpointCost
utaGetMarketAnnouncementGETmarket/announcement40
utaGetMarketCurrencyGETmarket/currency6
utaGetAssetCurrenciesGETasset/currencies6
utaGetMarketInstrumentGETmarket/instrument8
utaGetMarketTickerGETmarket/ticker30
utaGetMarketTradeGETmarket/trade6
utaGetMarketKlineGETmarket/kline6
utaGetMarketFundingRateGETmarket/funding-rate4
utaGetMarketFundingRateHistoryGETmarket/funding-rate-history10
utaGetMarketCrossConfigGETmarket/cross-config50
utaGetMarketCollateralDiscountRatioGETmarket/collateral-discount-ratio20
utaGetMarketIndexPriceGETmarket/index-price20
utaGetMarketPositionTiersGETmarket/position-tiers40
utaGetMarketOpenInterestGETmarket/open-interest20
utaGetServerStatusGETserver/status6
utaGetMarketBorrowableCurrencyGETmarket/borrowable-currency30

utaPrivate

Base URL: https://api.kucoin.com

MethodHTTPEndpointCost
utaPrivateGetMarketOrderbookGETmarket/orderbook6
utaPrivateGetAccountBalanceGETaccount/balance10
utaPrivateGetAccountTransferQuotaGETaccount/transfer-quota40
utaPrivateGetAccountModeGETaccount/mode60
utaPrivateGetAccountLedgerGETaccount/ledger4
utaPrivateGetAccountInterestHistoryGETaccount/interest-history30
utaPrivateGetAssetDepositAddressGETasset/deposit/address10
utaPrivateGetAccountDepositAddressGETaccount/deposit/address5
utaPrivateGetAccountModeAccountBalanceGET{accountMode}/account/balance10
utaPrivateGetAccountModeAccountOverviewGET{accountMode}/account/overview10
utaPrivateGetAccountModeOrderDetailGET{accountMode}/order/detail8
utaPrivateGetAccountModeOrderOpenListGET{accountMode}/order/open-list8
utaPrivateGetAccountModeOrderHistoryGET{accountMode}/order/history8
utaPrivateGetAccountModeOrderExecutionGET{accountMode}/order/execution8
utaPrivateGetAccountModePositionOpenListGET{accountMode}/position/open-list6
utaPrivateGetAccountModePositionHistoryGET{accountMode}/position/history4
utaPrivateGetPositionHistoryGETposition/history4
utaPrivateGetAccountModePositionTiersGET{accountMode}/position/tiers40
utaPrivateGetSubAccountBalanceGETsub-account/balance10
utaPrivateGetUserFeeRateGETuser/fee-rate6
utaPrivateGetDcpQueryGETdcp/query4
utaPrivateGetUnifiedAccountLeverageGETunified/account/leverage20
utaPrivateGetPositionFundingHistoryGETposition/funding-history30
utaPrivateGetAccountInterestLimitsGETaccount/interest-limits20
utaPrivatePostAccountTransferPOSTaccount/transfer8
utaPrivatePostAccountModePOSTaccount/mode60
utaPrivatePostAccountModeAccountModifyLeveragePOST{accountMode}/account/modify-leverage40
utaPrivatePostAccountModeOrderPlacePOST{accountMode}/order/place2
utaPrivatePostAccountModeOrderPlaceBatchPOST{accountMode}/order/place-batch8
utaPrivatePostAccountModeOrderCancelPOST{accountMode}/order/cancel2
utaPrivatePostAccountModeOrderCancelBatchPOST{accountMode}/order/cancel-batch8
utaPrivatePostAccountModeOrderCancelAllPOST{accountMode}/order/cancel-all40
utaPrivatePostSubAccountCanTransferOutPOSTsub-account/canTransferOut10
utaPrivatePostDcpSetPOSTdcp/set4
utaPrivatePostAccountModeAccountModifyLeverageMarginCrossPOST{accountMode}/account/modify-leverage-margin-cross40

On this page