CCXT
bittrade

bittrade implicit API

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

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

const bittrade = new ccxt.bittrade ();
const response = await bittrade.v2PublicGetReferenceCurrencies (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 bittrade API documentation: api-doc.bittrade.co.jp

110 implicit endpoints across 5 access groups.

v2Public

Base URL: https://{hostname}

MethodHTTPEndpointCost
v2PublicGetReferenceCurrenciesGETreference/currencies1
v2PublicGetMarketStatusGETmarket-status1

v2Private

Base URL: https://{hostname}

MethodHTTPEndpointCost
v2PrivateGetAccountLedgerGETaccount/ledger1
v2PrivateGetAccountWithdrawQuotaGETaccount/withdraw/quota1
v2PrivateGetAccountWithdrawAddressGETaccount/withdraw/address1
v2PrivateGetAccountDepositAddressGETaccount/deposit/address1
v2PrivateGetAccountRepaymentGETaccount/repayment5
v2PrivateGetReferenceTransactFeeRateGETreference/transact-fee-rate1
v2PrivateGetAccountAssetValuationGETaccount/asset-valuation0.2
v2PrivateGetPointAccountGETpoint/account5
v2PrivateGetSubUserUserListGETsub-user/user-list1
v2PrivateGetSubUserUserStateGETsub-user/user-state1
v2PrivateGetSubUserAccountListGETsub-user/account-list1
v2PrivateGetSubUserDepositAddressGETsub-user/deposit-address1
v2PrivateGetSubUserQueryDepositGETsub-user/query-deposit1
v2PrivateGetUserApiKeyGETuser/api-key1
v2PrivateGetUserUidGETuser/uid1
v2PrivateGetAlgoOrdersOpeningGETalgo-orders/opening1
v2PrivateGetAlgoOrdersHistoryGETalgo-orders/history1
v2PrivateGetAlgoOrdersSpecificGETalgo-orders/specific1
v2PrivateGetC2cOffersGETc2c/offers1
v2PrivateGetC2cOfferGETc2c/offer1
v2PrivateGetC2cTransactionsGETc2c/transactions1
v2PrivateGetC2cRepaymentGETc2c/repayment1
v2PrivateGetC2cAccountGETc2c/account1
v2PrivateGetEtpReferenceGETetp/reference1
v2PrivateGetEtpTransactionsGETetp/transactions5
v2PrivateGetEtpTransactionGETetp/transaction5
v2PrivateGetEtpRebalanceGETetp/rebalance1
v2PrivateGetEtpLimitGETetp/limit1
v2PrivatePostAccountTransferPOSTaccount/transfer1
v2PrivatePostAccountRepaymentPOSTaccount/repayment5
v2PrivatePostPointTransferPOSTpoint/transfer5
v2PrivatePostSubUserManagementPOSTsub-user/management1
v2PrivatePostSubUserCreationPOSTsub-user/creation1
v2PrivatePostSubUserTradableMarketPOSTsub-user/tradable-market1
v2PrivatePostSubUserTransferabilityPOSTsub-user/transferability1
v2PrivatePostSubUserApiKeyGenerationPOSTsub-user/api-key-generation1
v2PrivatePostSubUserApiKeyModificationPOSTsub-user/api-key-modification1
v2PrivatePostSubUserApiKeyDeletionPOSTsub-user/api-key-deletion1
v2PrivatePostSubUserDeductModePOSTsub-user/deduct-mode1
v2PrivatePostAlgoOrdersPOSTalgo-orders1
v2PrivatePostAlgoOrdersCancelAllAfterPOSTalgo-orders/cancel-all-after1
v2PrivatePostAlgoOrdersCancellationPOSTalgo-orders/cancellation1
v2PrivatePostC2cOfferPOSTc2c/offer1
v2PrivatePostC2cCancellationPOSTc2c/cancellation1
v2PrivatePostC2cCancelAllPOSTc2c/cancel-all1
v2PrivatePostC2cRepaymentPOSTc2c/repayment1
v2PrivatePostC2cTransferPOSTc2c/transfer1
v2PrivatePostEtpCreationPOSTetp/creation5
v2PrivatePostEtpRedemptionPOSTetp/redemption5
v2PrivatePostEtpTransactIdCancelPOSTetp/{transactId}/cancel10
v2PrivatePostEtpBatchCancelPOSTetp/batch-cancel50

market

Base URL: https://{hostname}

MethodHTTPEndpointCost
marketGetHistoryKlineGEThistory/kline1
marketGetDetailMergedGETdetail/merged1
marketGetDepthGETdepth1
marketGetTradeGETtrade1
marketGetHistoryTradeGEThistory/trade1
marketGetDetailGETdetail1
marketGetTickersGETtickers1
marketGetEtpGETetp1

public

Base URL: https://{hostname}

MethodHTTPEndpointCost
publicGetCommonSymbolsGETcommon/symbols1
publicGetCommonCurrencysGETcommon/currencys1
publicGetCommonTimestampGETcommon/timestamp1
publicGetCommonExchangeGETcommon/exchange1
publicGetSettingsCurrencysGETsettings/currencys1

private

Base URL: https://{hostname}

MethodHTTPEndpointCost
privateGetAccountAccountsGETaccount/accounts0.2
privateGetAccountAccountsIdBalanceGETaccount/accounts/{id}/balance0.2
privateGetAccountAccountsSubUidGETaccount/accounts/{sub-uid}1
privateGetAccountHistoryGETaccount/history4
privateGetCrossMarginLoanInfoGETcross-margin/loan-info1
privateGetMarginLoanInfoGETmargin/loan-info1
privateGetFeeFeeRateGetGETfee/fee-rate/get1
privateGetOrderOpenOrdersGETorder/openOrders0.4
privateGetOrderOrdersGETorder/orders0.4
privateGetOrderOrdersIdGETorder/orders/{id}0.4
privateGetOrderOrdersIdMatchresultsGETorder/orders/{id}/matchresults0.4
privateGetOrderOrdersGetClientOrderGETorder/orders/getClientOrder0.4
privateGetOrderHistoryGETorder/history1
privateGetOrderMatchresultsGETorder/matchresults1
privateGetQueryDepositWithdrawGETquery/deposit-withdraw1
privateGetMarginLoanOrdersGETmargin/loan-orders0.2
privateGetMarginAccountsBalanceGETmargin/accounts/balance0.2
privateGetCrossMarginLoanOrdersGETcross-margin/loan-orders1
privateGetCrossMarginAccountsBalanceGETcross-margin/accounts/balance1
privateGetPointsActionsGETpoints/actions1
privateGetPointsOrdersGETpoints/orders1
privateGetSubuserAggregateBalanceGETsubuser/aggregate-balance10
privateGetStableCoinExchangeRateGETstable-coin/exchange_rate1
privateGetStableCoinQuoteGETstable-coin/quote1
privatePostAccountTransferPOSTaccount/transfer1
privatePostFuturesTransferPOSTfutures/transfer1
privatePostOrderBatchOrdersPOSTorder/batch-orders0.4
privatePostOrderOrdersPlacePOSTorder/orders/place0.2
privatePostOrderOrdersSubmitCancelClientOrderPOSTorder/orders/submitCancelClientOrder0.2
privatePostOrderOrdersBatchCancelOpenOrdersPOSTorder/orders/batchCancelOpenOrders0.4
privatePostOrderOrdersIdSubmitcancelPOSTorder/orders/{id}/submitcancel0.2
privatePostOrderOrdersBatchcancelPOSTorder/orders/batchcancel0.4
privatePostDwWithdrawApiCreatePOSTdw/withdraw/api/create1
privatePostDwWithdrawVirtualIdCancelPOSTdw/withdraw-virtual/{id}/cancel1
privatePostDwTransferInMarginPOSTdw/transfer-in/margin10
privatePostDwTransferOutMarginPOSTdw/transfer-out/margin10
privatePostMarginOrdersPOSTmargin/orders10
privatePostMarginOrdersIdRepayPOSTmargin/orders/{id}/repay10
privatePostCrossMarginTransferInPOSTcross-margin/transfer-in1
privatePostCrossMarginTransferOutPOSTcross-margin/transfer-out1
privatePostCrossMarginOrdersPOSTcross-margin/orders1
privatePostCrossMarginOrdersIdRepayPOSTcross-margin/orders/{id}/repay1
privatePostStableCoinExchangePOSTstable-coin/exchange1
privatePostSubuserTransferPOSTsubuser/transfer10

On this page