CCXT
ascendex

ascendex implicit API

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

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

const ascendex = new ccxt.ascendex ();
const response = await ascendex.v1PublicGetAssets (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 ascendex API documentation: ascendex.github.io

73 implicit endpoints across 2 access groups.

v1

MethodHTTPEndpointCost
v1PublicGetAssetsGETassets1
v1PublicGetProductsGETproducts1
v1PublicGetTickerGETticker1
v1PublicGetBarhistInfoGETbarhist/info1
v1PublicGetBarhistGETbarhist1
v1PublicGetDepthGETdepth1
v1PublicGetTradesGETtrades1
v1PublicGetCashAssetsGETcash/assets1
v1PublicGetCashProductsGETcash/products1
v1PublicGetMarginAssetsGETmargin/assets1
v1PublicGetMarginProductsGETmargin/products1
v1PublicGetFuturesCollateralGETfutures/collateral1
v1PublicGetFuturesContractsGETfutures/contracts1
v1PublicGetFuturesRefPxGETfutures/ref-px1
v1PublicGetFuturesMarketDataGETfutures/market-data1
v1PublicGetFuturesFundingRatesGETfutures/funding-rates1
v1PublicGetRiskLimitInfoGETrisk-limit-info1
v1PublicGetExchangeInfoGETexchange-info1
v1PrivateGetInfoGETinfo1
v1PrivateGetWalletTransactionsGETwallet/transactions1
v1PrivateGetWalletDepositAddressGETwallet/deposit/address1
v1PrivateGetDataBalanceSnapshotGETdata/balance/snapshot1
v1PrivateGetDataBalanceHistoryGETdata/balance/history1
v1PrivateAccountCategoryGetBalanceGETbalance1
v1PrivateAccountCategoryGetOrderOpenGETorder/open1
v1PrivateAccountCategoryGetOrderStatusGETorder/status1
v1PrivateAccountCategoryGetOrderHistCurrentGETorder/hist/current1
v1PrivateAccountCategoryGetRiskGETrisk1
v1PrivateAccountCategoryPostOrderPOSTorder1
v1PrivateAccountCategoryPostOrderBatchPOSTorder/batch1
v1PrivateAccountCategoryDeleteOrderDELETEorder1
v1PrivateAccountCategoryDeleteOrderAllDELETEorder/all1
v1PrivateAccountCategoryDeleteOrderBatchDELETEorder/batch1
v1PrivateAccountGroupGetCashBalanceGETcash/balance1
v1PrivateAccountGroupGetMarginBalanceGETmargin/balance1
v1PrivateAccountGroupGetMarginRiskGETmargin/risk1
v1PrivateAccountGroupGetFuturesCollateralBalanceGETfutures/collateral-balance1
v1PrivateAccountGroupGetFuturesPositionGETfutures/position1
v1PrivateAccountGroupGetFuturesRiskGETfutures/risk1
v1PrivateAccountGroupGetFuturesFundingPaymentsGETfutures/funding-payments1
v1PrivateAccountGroupGetOrderHistGETorder/hist1
v1PrivateAccountGroupGetSpotFeeGETspot/fee1
v1PrivateAccountGroupPostTransferPOSTtransfer1
v1PrivateAccountGroupPostFuturesTransferDepositPOSTfutures/transfer/deposit1
v1PrivateAccountGroupPostFuturesTransferWithdrawPOSTfutures/transfer/withdraw1

v2

MethodHTTPEndpointCost
v2PublicGetAssetsGETassets1
v2PublicGetFuturesContractGETfutures/contract1
v2PublicGetFuturesCollateralGETfutures/collateral1
v2PublicGetFuturesPricingDataGETfutures/pricing-data1
v2PublicGetFuturesTickerGETfutures/ticker1
v2PublicGetRiskLimitInfoGETrisk-limit-info1
v2PrivateDataGetOrderHistGETorder/hist1
v2PrivateGetAccountInfoGETaccount/info1
v2PrivateAccountGroupGetOrderHistGETorder/hist1
v2PrivateAccountGroupGetFuturesPositionGETfutures/position1
v2PrivateAccountGroupGetFuturesFreeMarginGETfutures/free-margin1
v2PrivateAccountGroupGetFuturesOrderHistCurrentGETfutures/order/hist/current1
v2PrivateAccountGroupGetFuturesFundingPaymentsGETfutures/funding-payments1
v2PrivateAccountGroupGetFuturesOrderOpenGETfutures/order/open1
v2PrivateAccountGroupGetFuturesOrderStatusGETfutures/order/status1
v2PrivateAccountGroupPostFuturesIsolatedPositionMarginPOSTfutures/isolated-position-margin1
v2PrivateAccountGroupPostFuturesMarginTypePOSTfutures/margin-type1
v2PrivateAccountGroupPostFuturesLeveragePOSTfutures/leverage1
v2PrivateAccountGroupPostFuturesTransferDepositPOSTfutures/transfer/deposit1
v2PrivateAccountGroupPostFuturesTransferWithdrawPOSTfutures/transfer/withdraw1
v2PrivateAccountGroupPostFuturesOrderPOSTfutures/order1
v2PrivateAccountGroupPostFuturesOrderBatchPOSTfutures/order/batch1
v2PrivateAccountGroupPostFuturesOrderOpenPOSTfutures/order/open1
v2PrivateAccountGroupPostSubuserSubuserTransferPOSTsubuser/subuser-transfer1
v2PrivateAccountGroupPostSubuserSubuserTransferHistPOSTsubuser/subuser-transfer-hist1
v2PrivateAccountGroupDeleteFuturesOrderDELETEfutures/order1
v2PrivateAccountGroupDeleteFuturesOrderBatchDELETEfutures/order/batch1
v2PrivateAccountGroupDeleteFuturesOrderAllDELETEfutures/order/all1

On this page