CCXT
hitbtc

hitbtc implicit API

Every raw hitbtc endpoint exposed as a CCXT implicit method โ€” names, HTTP verbs, paths and rate-limit costs.

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

const hitbtc = new ccxt.hitbtc ();
const response = await hitbtc.publicGetPublicCurrency (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 hitbtc API documentation: api.hitbtc.com ยท github.com

111 implicit endpoints across 2 access groups.

public

Base URL: https://api.hitbtc.com/api/3

MethodHTTPEndpointCost
publicGetPublicCurrencyGETpublic/currency10
publicGetPublicCurrencyCurrencyGETpublic/currency/{currency}10
publicGetPublicSymbolGETpublic/symbol10
publicGetPublicSymbolSymbolGETpublic/symbol/{symbol}10
publicGetPublicTickerGETpublic/ticker10
publicGetPublicTickerSymbolGETpublic/ticker/{symbol}10
publicGetPublicPriceRateGETpublic/price/rate10
publicGetPublicPriceHistoryGETpublic/price/history10
publicGetPublicPriceTickerGETpublic/price/ticker10
publicGetPublicPriceTickerSymbolGETpublic/price/ticker/{symbol}10
publicGetPublicTradesGETpublic/trades10
publicGetPublicTradesSymbolGETpublic/trades/{symbol}10
publicGetPublicOrderbookGETpublic/orderbook10
publicGetPublicOrderbookSymbolGETpublic/orderbook/{symbol}10
publicGetPublicCandlesGETpublic/candles10
publicGetPublicCandlesSymbolGETpublic/candles/{symbol}10
publicGetPublicConvertedCandlesGETpublic/converted/candles10
publicGetPublicConvertedCandlesSymbolGETpublic/converted/candles/{symbol}10
publicGetPublicFuturesInfoGETpublic/futures/info10
publicGetPublicFuturesInfoSymbolGETpublic/futures/info/{symbol}10
publicGetPublicFuturesHistoryFundingGETpublic/futures/history/funding10
publicGetPublicFuturesHistoryFundingSymbolGETpublic/futures/history/funding/{symbol}10
publicGetPublicFuturesCandlesIndexPriceGETpublic/futures/candles/index_price10
publicGetPublicFuturesCandlesIndexPriceSymbolGETpublic/futures/candles/index_price/{symbol}10
publicGetPublicFuturesCandlesMarkPriceGETpublic/futures/candles/mark_price10
publicGetPublicFuturesCandlesMarkPriceSymbolGETpublic/futures/candles/mark_price/{symbol}10
publicGetPublicFuturesCandlesPremiumIndexGETpublic/futures/candles/premium_index10
publicGetPublicFuturesCandlesPremiumIndexSymbolGETpublic/futures/candles/premium_index/{symbol}10
publicGetPublicFuturesCandlesOpenInterestGETpublic/futures/candles/open_interest10
publicGetPublicFuturesCandlesOpenInterestSymbolGETpublic/futures/candles/open_interest/{symbol}10

private

Base URL: https://api.hitbtc.com/api/3

MethodHTTPEndpointCost
privateGetSpotBalanceGETspot/balance15
privateGetSpotBalanceCurrencyGETspot/balance/{currency}15
privateGetSpotOrderGETspot/order1
privateGetSpotOrderClientOrderIdGETspot/order/{client_order_id}1
privateGetSpotFeeGETspot/fee15
privateGetSpotFeeSymbolGETspot/fee/{symbol}15
privateGetSpotHistoryOrderGETspot/history/order15
privateGetSpotHistoryTradeGETspot/history/trade15
privateGetMarginAccountGETmargin/account1
privateGetMarginAccountIsolatedSymbolGETmargin/account/isolated/{symbol}1
privateGetMarginAccountCrossCurrencyGETmargin/account/cross/{currency}1
privateGetMarginOrderGETmargin/order1
privateGetMarginOrderClientOrderIdGETmargin/order/{client_order_id}1
privateGetMarginConfigGETmargin/config15
privateGetMarginHistoryOrderGETmargin/history/order15
privateGetMarginHistoryTradeGETmargin/history/trade15
privateGetMarginHistoryPositionsGETmargin/history/positions15
privateGetMarginHistoryClearingGETmargin/history/clearing15
privateGetFuturesBalanceGETfutures/balance15
privateGetFuturesBalanceCurrencyGETfutures/balance/{currency}15
privateGetFuturesAccountGETfutures/account1
privateGetFuturesAccountIsolatedSymbolGETfutures/account/isolated/{symbol}1
privateGetFuturesOrderGETfutures/order1
privateGetFuturesOrderClientOrderIdGETfutures/order/{client_order_id}1
privateGetFuturesConfigGETfutures/config15
privateGetFuturesFeeGETfutures/fee15
privateGetFuturesFeeSymbolGETfutures/fee/{symbol}15
privateGetFuturesHistoryOrderGETfutures/history/order15
privateGetFuturesHistoryTradeGETfutures/history/trade15
privateGetFuturesHistoryPositionsGETfutures/history/positions15
privateGetFuturesHistoryClearingGETfutures/history/clearing15
privateGetWalletBalanceGETwallet/balance30
privateGetWalletBalanceCurrencyGETwallet/balance/{currency}30
privateGetWalletCryptoAddressGETwallet/crypto/address30
privateGetWalletCryptoAddressRecentDepositGETwallet/crypto/address/recent-deposit30
privateGetWalletCryptoAddressRecentWithdrawGETwallet/crypto/address/recent-withdraw30
privateGetWalletCryptoAddressCheckMineGETwallet/crypto/address/check-mine30
privateGetWalletTransactionsGETwallet/transactions30
privateGetWalletTransactionsTxIdGETwallet/transactions/{tx_id}30
privateGetWalletCryptoFeeEstimateGETwallet/crypto/fee/estimate30
privateGetWalletAirdropsGETwallet/airdrops30
privateGetWalletAmountLocksGETwallet/amount-locks30
privateGetSubAccountGETsub-account15
privateGetSubAccountAclGETsub-account/acl15
privateGetSubAccountBalanceSubAccIDGETsub-account/balance/{subAccID}15
privateGetSubAccountCryptoAddressSubAccIDCurrencyGETsub-account/crypto/address/{subAccID}/{currency}15
privatePostSpotOrderPOSTspot/order1
privatePostSpotOrderListPOSTspot/order/list1
privatePostMarginOrderPOSTmargin/order1
privatePostMarginOrderListPOSTmargin/order/list1
privatePostFuturesOrderPOSTfutures/order1
privatePostFuturesOrderListPOSTfutures/order/list1
privatePostWalletCryptoAddressPOSTwallet/crypto/address30
privatePostWalletCryptoWithdrawPOSTwallet/crypto/withdraw30
privatePostWalletConvertPOSTwallet/convert30
privatePostWalletTransferPOSTwallet/transfer30
privatePostWalletInternalWithdrawPOSTwallet/internal/withdraw30
privatePostWalletCryptoCheckOffchainAvailablePOSTwallet/crypto/check-offchain-available30
privatePostWalletCryptoFeesEstimatePOSTwallet/crypto/fees/estimate30
privatePostWalletAirdropsIdClaimPOSTwallet/airdrops/{id}/claim30
privatePostSubAccountFreezePOSTsub-account/freeze15
privatePostSubAccountActivatePOSTsub-account/activate15
privatePostSubAccountTransferPOSTsub-account/transfer15
privatePostSubAccountAclPOSTsub-account/acl15
privatePatchSpotOrderClientOrderIdPATCHspot/order/{client_order_id}1
privatePatchMarginOrderClientOrderIdPATCHmargin/order/{client_order_id}1
privatePatchFuturesOrderClientOrderIdPATCHfutures/order/{client_order_id}1
privateDeleteSpotOrderDELETEspot/order1
privateDeleteSpotOrderClientOrderIdDELETEspot/order/{client_order_id}1
privateDeleteMarginPositionDELETEmargin/position1
privateDeleteMarginPositionIsolatedSymbolDELETEmargin/position/isolated/{symbol}1
privateDeleteMarginOrderDELETEmargin/order1
privateDeleteMarginOrderClientOrderIdDELETEmargin/order/{client_order_id}1
privateDeleteFuturesPositionDELETEfutures/position1
privateDeleteFuturesPositionMarginModeSymbolDELETEfutures/position/{margin_mode}/{symbol}1
privateDeleteFuturesOrderDELETEfutures/order1
privateDeleteFuturesOrderClientOrderIdDELETEfutures/order/{client_order_id}1
privateDeleteWalletCryptoWithdrawIdDELETEwallet/crypto/withdraw/{id}30
privatePutMarginAccountIsolatedSymbolPUTmargin/account/isolated/{symbol}1
privatePutFuturesAccountIsolatedSymbolPUTfutures/account/isolated/{symbol}1
privatePutWalletCryptoWithdrawIdPUTwallet/crypto/withdraw/{id}30

On this page