CCXT
woo

woo implicit API

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

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

const woo = new ccxt.woo ();
const response = await woo.v1PubGetHistKline (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 woo API documentation: docs.woox.io

134 implicit endpoints across 3 access groups.

v1

MethodHTTPEndpointCost
v1PubGetHistKlineGEThist/kline10
v1PubGetHistTradesGEThist/trades10
v1PublicGetInfoGETinfo1
v1PublicGetInfoSymbolGETinfo/{symbol}1
v1PublicGetSystemInfoGETsystem_info1
v1PublicGetMarketTradesGETmarket_trades1
v1PublicGetTokenGETtoken1
v1PublicGetTokenNetworkGETtoken_network1
v1PublicGetFundingRatesGETfunding_rates1
v1PublicGetFundingRateSymbolGETfunding_rate/{symbol}1
v1PublicGetFundingRateHistoryGETfunding_rate_history1
v1PublicGetFuturesGETfutures1
v1PublicGetFuturesSymbolGETfutures/{symbol}1
v1PublicGetOrderbookSymbolGETorderbook/{symbol}1
v1PublicGetKlineGETkline1
v1PrivateGetClientTokenGETclient/token1
v1PrivateGetOrderOidGETorder/{oid}1
v1PrivateGetClientOrderClientOrderIdGETclient/order/{client_order_id}1
v1PrivateGetOrdersGETorders1
v1PrivateGetClientTradeTidGETclient/trade/{tid}1
v1PrivateGetOrderOidTradesGETorder/{oid}/trades1
v1PrivateGetClientTradesGETclient/trades1
v1PrivateGetClientHistTradesGETclient/hist_trades1
v1PrivateGetStakingYieldHistoryGETstaking/yield_history1
v1PrivateGetClientHoldingGETclient/holding1
v1PrivateGetAssetDepositGETasset/deposit10
v1PrivateGetAssetHistoryGETasset/history60
v1PrivateGetSubAccountAllGETsub_account/all60
v1PrivateGetSubAccountAssetsGETsub_account/assets60
v1PrivateGetSubAccountAssetDetailGETsub_account/asset_detail60
v1PrivateGetSubAccountIpRestrictionGETsub_account/ip_restriction10
v1PrivateGetAssetMainSubTransferHistoryGETasset/main_sub_transfer_history30
v1PrivateGetTokenInterestGETtoken_interest60
v1PrivateGetTokenInterestTokenGETtoken_interest/{token}60
v1PrivateGetInterestHistoryGETinterest/history60
v1PrivateGetInterestRepayGETinterest/repay60
v1PrivateGetFundingFeeHistoryGETfunding_fee/history30
v1PrivateGetPositionsGETpositions3.33
v1PrivateGetPositionSymbolGETposition/{symbol}3.33
v1PrivateGetClientTransactionHistoryGETclient/transaction_history60
v1PrivateGetClientFuturesLeverageGETclient/futures_leverage60
v1PrivatePostOrderPOSTorder1
v1PrivatePostOrderCancelAllAfterPOSTorder/cancel_all_after1
v1PrivatePostAssetLtvPOSTasset/ltv30
v1PrivatePostAssetInternalWithdrawPOSTasset/internal_withdraw30
v1PrivatePostInterestRepayPOSTinterest/repay60
v1PrivatePostClientAccountModePOSTclient/account_mode120
v1PrivatePostClientPositionModePOSTclient/position_mode5
v1PrivatePostClientLeveragePOSTclient/leverage120
v1PrivatePostClientFuturesLeveragePOSTclient/futures_leverage30
v1PrivatePostClientIsolatedMarginPOSTclient/isolated_margin30
v1PrivateDeleteOrderDELETEorder1
v1PrivateDeleteClientOrderDELETEclient/order1
v1PrivateDeleteOrdersDELETEorders1
v1PrivateDeleteAssetWithdrawDELETEasset/withdraw120

v2

MethodHTTPEndpointCost
v2PrivateGetClientHoldingGETclient/holding1

v3

MethodHTTPEndpointCost
v3PublicGetSystemInfoGETsystemInfo1
v3PublicGetInstrumentsGETinstruments1
v3PublicGetTokenGETtoken1
v3PublicGetTokenNetworkGETtokenNetwork1
v3PublicGetTokenInfoGETtokenInfo1
v3PublicGetMarketTradesGETmarketTrades1
v3PublicGetMarketTradesHistoryGETmarketTradesHistory1
v3PublicGetOrderbookGETorderbook1
v3PublicGetKlineGETkline1
v3PublicGetKlineHistoryGETklineHistory1
v3PublicGetFuturesGETfutures1
v3PublicGetFundingRateGETfundingRate1
v3PublicGetFundingRateHistoryGETfundingRateHistory1
v3PublicGetInsuranceFundGETinsuranceFund1
v3PrivateGetTradeOrderGETtrade/order2
v3PrivateGetTradeOrdersGETtrade/orders1
v3PrivateGetTradeAlgoOrderGETtrade/algoOrder1
v3PrivateGetTradeAlgoOrdersGETtrade/algoOrders1
v3PrivateGetTradeTransactionGETtrade/transaction1
v3PrivateGetTradeTransactionHistoryGETtrade/transactionHistory5
v3PrivateGetTradeTradingFeeGETtrade/tradingFee5
v3PrivateGetAccountInfoGETaccount/info60
v3PrivateGetAccountTokenConfigGETaccount/tokenConfig1
v3PrivateGetAccountSymbolConfigGETaccount/symbolConfig1
v3PrivateGetAccountSubAccountsAllGETaccount/subAccounts/all60
v3PrivateGetAccountReferralSummaryGETaccount/referral/summary60
v3PrivateGetAccountReferralRewardHistoryGETaccount/referral/rewardHistory60
v3PrivateGetAccountCredentialsGETaccount/credentials60
v3PrivateGetAssetBalancesGETasset/balances1
v3PrivateGetAssetTokenHistoryGETasset/token/history60
v3PrivateGetAssetTransferHistoryGETasset/transfer/history30
v3PrivateGetAssetWalletHistoryGETasset/wallet/history60
v3PrivateGetAssetWalletDepositGETasset/wallet/deposit60
v3PrivateGetAssetStakingYieldHistoryGETasset/staking/yieldHistory60
v3PrivateGetFuturesPositionsGETfutures/positions3.33
v3PrivateGetFuturesLeverageGETfutures/leverage60
v3PrivateGetFuturesDefaultMarginModeGETfutures/defaultMarginMode60
v3PrivateGetFuturesFundingFeeHistoryGETfutures/fundingFee/history30
v3PrivateGetSpotMarginInterestRateGETspotMargin/interestRate60
v3PrivateGetSpotMarginInterestHistoryGETspotMargin/interestHistory60
v3PrivateGetSpotMarginMaxMarginGETspotMargin/maxMargin60
v3PrivateGetAlgoOrderOidGETalgo/order/{oid}1
v3PrivateGetAlgoOrdersGETalgo/orders1
v3PrivateGetPositionsGETpositions3.33
v3PrivateGetBuypowerGETbuypower1
v3PrivateGetConvertExchangeInfoGETconvert/exchangeInfo1
v3PrivateGetConvertAssetInfoGETconvert/assetInfo1
v3PrivateGetConvertRfqGETconvert/rfq60
v3PrivateGetConvertTradeGETconvert/trade1
v3PrivateGetConvertTradesGETconvert/trades1
v3PrivatePostTradeOrderPOSTtrade/order2
v3PrivatePostTradeAlgoOrderPOSTtrade/algoOrder5
v3PrivatePostTradeCancelAllAfterPOSTtrade/cancelAllAfter1
v3PrivatePostAccountTradingModePOSTaccount/tradingMode120
v3PrivatePostAccountListenKeyPOSTaccount/listenKey20
v3PrivatePostAssetTransferPOSTasset/transfer30
v3PrivatePostAssetWalletWithdrawPOSTasset/wallet/withdraw60
v3PrivatePostSpotMarginLeveragePOSTspotMargin/leverage120
v3PrivatePostSpotMarginInterestRepayPOSTspotMargin/interestRepay60
v3PrivatePostAlgoOrderPOSTalgo/order5
v3PrivatePostConvertRftPOSTconvert/rft60
v3PrivatePutTradeOrderPUTtrade/order2
v3PrivatePutTradeAlgoOrderPUTtrade/algoOrder2
v3PrivatePutFuturesLeveragePUTfutures/leverage60
v3PrivatePutFuturesPositionModePUTfutures/positionMode120
v3PrivatePutOrderOidPUTorder/{oid}2
v3PrivatePutOrderClientClientOrderIdPUTorder/client/{client_order_id}2
v3PrivatePutAlgoOrderOidPUTalgo/order/{oid}2
v3PrivatePutAlgoOrderClientClientOrderIdPUTalgo/order/client/{client_order_id}2
v3PrivateDeleteTradeOrderDELETEtrade/order1
v3PrivateDeleteTradeOrdersDELETEtrade/orders1
v3PrivateDeleteTradeAlgoOrderDELETEtrade/algoOrder1
v3PrivateDeleteTradeAlgoOrdersDELETEtrade/algoOrders1
v3PrivateDeleteTradeAllOrdersDELETEtrade/allOrders1
v3PrivateDeleteAlgoOrderOrderIdDELETEalgo/order/{order_id}1
v3PrivateDeleteAlgoOrdersPendingDELETEalgo/orders/pending1
v3PrivateDeleteAlgoOrdersPendingSymbolDELETEalgo/orders/pending/{symbol}1
v3PrivateDeleteOrdersPendingDELETEorders/pending1

On this page