CCXT
gate

gate implicit API

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

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

const gate = new ccxt.gate ();
const response = await gate.publicWalletGetCurrencyChains (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 gate API documentation: gate.com

339 implicit endpoints across 2 access groups.

public

MethodHTTPEndpointCost
publicWalletGetCurrencyChainsGETcurrency_chains1
publicUnifiedGetCurrenciesGETcurrencies1
publicUnifiedGetHistoryLoanRateGEThistory_loan_rate1
publicSpotGetCurrenciesGETcurrencies1
publicSpotGetCurrenciesCurrencyGETcurrencies/{currency}1
publicSpotGetCurrencyPairsGETcurrency_pairs1
publicSpotGetCurrencyPairsCurrencyPairGETcurrency_pairs/{currency_pair}1
publicSpotGetTickersGETtickers1
publicSpotGetOrderBookGETorder_book1
publicSpotGetTradesGETtrades1
publicSpotGetCandlesticksGETcandlesticks1
publicSpotGetTimeGETtime1
publicSpotGetInsuranceHistoryGETinsurance_history1
publicMarginGetUniCurrencyPairsGETuni/currency_pairs1
publicMarginGetUniCurrencyPairsCurrencyPairGETuni/currency_pairs/{currency_pair}1
publicMarginGetLoanMarginTiersGETloan_margin_tiers1
publicMarginGetCurrencyPairsGETcurrency_pairs1
publicMarginGetCurrencyPairsCurrencyPairGETcurrency_pairs/{currency_pair}1
publicMarginGetFundingBookGETfunding_book1
publicMarginGetCrossCurrenciesGETcross/currencies1
publicMarginGetCrossCurrenciesCurrencyGETcross/currencies/{currency}1
publicFlash_swapGetCurrencyPairsGETcurrency_pairs1
publicFlash_swapGetCurrenciesGETcurrencies1
publicFuturesGetSettleContractsGET{settle}/contracts1
publicFuturesGetSettleContractsContractGET{settle}/contracts/{contract}1
publicFuturesGetSettleOrderBookGET{settle}/order_book1
publicFuturesGetSettleTradesGET{settle}/trades1
publicFuturesGetSettleCandlesticksGET{settle}/candlesticks1
publicFuturesGetSettlePremiumIndexGET{settle}/premium_index1
publicFuturesGetSettleTickersGET{settle}/tickers1
publicFuturesGetSettleFundingRateGET{settle}/funding_rate1
publicFuturesGetSettleInsuranceGET{settle}/insurance1
publicFuturesGetSettleContractStatsGET{settle}/contract_stats1
publicFuturesGetSettleIndexConstituentsIndexGET{settle}/index_constituents/{index}1
publicFuturesGetSettleLiqOrdersGET{settle}/liq_orders1
publicFuturesGetSettleRiskLimitTiersGET{settle}/risk_limit_tiers1
publicDeliveryGetSettleContractsGET{settle}/contracts1
publicDeliveryGetSettleContractsContractGET{settle}/contracts/{contract}1
publicDeliveryGetSettleOrderBookGET{settle}/order_book1
publicDeliveryGetSettleTradesGET{settle}/trades1
publicDeliveryGetSettleCandlesticksGET{settle}/candlesticks1
publicDeliveryGetSettleTickersGET{settle}/tickers1
publicDeliveryGetSettleInsuranceGET{settle}/insurance1
publicDeliveryGetSettleRiskLimitTiersGET{settle}/risk_limit_tiers1
publicOptionsGetUnderlyingsGETunderlyings1
publicOptionsGetExpirationsGETexpirations1
publicOptionsGetContractsGETcontracts1
publicOptionsGetContractsContractGETcontracts/{contract}1
publicOptionsGetSettlementsGETsettlements1
publicOptionsGetSettlementsContractGETsettlements/{contract}1
publicOptionsGetOrderBookGETorder_book1
publicOptionsGetTickersGETtickers1
publicOptionsGetUnderlyingTickersUnderlyingGETunderlying/tickers/{underlying}1
publicOptionsGetCandlesticksGETcandlesticks1
publicOptionsGetUnderlyingCandlesticksGETunderlying/candlesticks1
publicOptionsGetTradesGETtrades1
publicEarnGetUniCurrenciesGETuni/currencies1
publicEarnGetUniCurrenciesCurrencyGETuni/currencies/{currency}1
publicEarnGetDualInvestmentPlanGETdual/investment_plan1
publicEarnGetStructuredProductsGETstructured/products1
publicLoanGetCollateralCurrenciesGETcollateral/currencies1
publicLoanGetMultiCollateralCurrenciesGETmulti_collateral/currencies1
publicLoanGetMultiCollateralLtvGETmulti_collateral/ltv1
publicLoanGetMultiCollateralFixedRateGETmulti_collateral/fixed_rate1
publicLoanGetMultiCollateralCurrentRateGETmulti_collateral/current_rate1

private

MethodHTTPEndpointCost
privateWithdrawalsPostWithdrawalsPOSTwithdrawals20
privateWithdrawalsPostPushPOSTpush1
privateWithdrawalsDeleteWithdrawalsWithdrawalIdDELETEwithdrawals/{withdrawal_id}1
privateWalletGetDepositAddressGETdeposit_address1
privateWalletGetWithdrawalsGETwithdrawals1
privateWalletGetDepositsGETdeposits1
privateWalletGetSubAccountTransfersGETsub_account_transfers1
privateWalletGetOrderStatusGETorder_status1
privateWalletGetWithdrawStatusGETwithdraw_status1
privateWalletGetSubAccountBalancesGETsub_account_balances2.5
privateWalletGetSubAccountMarginBalancesGETsub_account_margin_balances2.5
privateWalletGetSubAccountFuturesBalancesGETsub_account_futures_balances2.5
privateWalletGetSubAccountCrossMarginBalancesGETsub_account_cross_margin_balances2.5
privateWalletGetSavedAddressGETsaved_address1
privateWalletGetFeeGETfee1
privateWalletGetTotalBalanceGETtotal_balance2.5
privateWalletGetSmallBalanceGETsmall_balance1
privateWalletGetSmallBalanceHistoryGETsmall_balance_history1
privateWalletGetPushGETpush1
privateWalletGetGetLowCapExchangeListGETgetLowCapExchangeList1
privateWalletPostTransfersPOSTtransfers2.5
privateWalletPostSubAccountTransfersPOSTsub_account_transfers2.5
privateWalletPostSubAccountToSubAccountPOSTsub_account_to_sub_account2.5
privateWalletPostSmallBalancePOSTsmall_balance1
privateSubAccountsGetSubAccountsGETsub_accounts2.5
privateSubAccountsGetSubAccountsUserIdGETsub_accounts/{user_id}2.5
privateSubAccountsGetSubAccountsUserIdKeysGETsub_accounts/{user_id}/keys2.5
privateSubAccountsGetSubAccountsUserIdKeysKeyGETsub_accounts/{user_id}/keys/{key}2.5
privateSubAccountsPostSubAccountsPOSTsub_accounts2.5
privateSubAccountsPostSubAccountsUserIdKeysPOSTsub_accounts/{user_id}/keys2.5
privateSubAccountsPostSubAccountsUserIdLockPOSTsub_accounts/{user_id}/lock2.5
privateSubAccountsPostSubAccountsUserIdUnlockPOSTsub_accounts/{user_id}/unlock2.5
privateSubAccountsPutSubAccountsUserIdKeysKeyPUTsub_accounts/{user_id}/keys/{key}2.5
privateSubAccountsDeleteSubAccountsUserIdKeysKeyDELETEsub_accounts/{user_id}/keys/{key}2.5
privateUnifiedGetAccountsGETaccounts1.3333333333333333
privateUnifiedGetBorrowableGETborrowable1.3333333333333333
privateUnifiedGetTransferableGETtransferable1.3333333333333333
privateUnifiedGetTransferablesGETtransferables1.3333333333333333
privateUnifiedGetBatchBorrowableGETbatch_borrowable1.3333333333333333
privateUnifiedGetLoansGETloans1.3333333333333333
privateUnifiedGetLoanRecordsGETloan_records1.3333333333333333
privateUnifiedGetInterestRecordsGETinterest_records1.3333333333333333
privateUnifiedGetRiskUnitsGETrisk_units1.3333333333333333
privateUnifiedGetUnifiedModeGETunified_mode1.3333333333333333
privateUnifiedGetEstimateRateGETestimate_rate1.3333333333333333
privateUnifiedGetCurrencyDiscountTiersGETcurrency_discount_tiers1.3333333333333333
privateUnifiedGetLoanMarginTiersGETloan_margin_tiers1.3333333333333333
privateUnifiedGetLeverageUserCurrencyConfigGETleverage/user_currency_config1.3333333333333333
privateUnifiedGetLeverageUserCurrencySettingGETleverage/user_currency_setting1.3333333333333333
privateUnifiedGetAccountModeGETaccount_mode1.3333333333333333
privateUnifiedPostLoansPOSTloans13.333333333333334
privateUnifiedPostPortfolioCalculatorPOSTportfolio_calculator1.3333333333333333
privateUnifiedPostLeverageUserCurrencySettingPOSTleverage/user_currency_setting1.3333333333333333
privateUnifiedPostCollateralCurrenciesPOSTcollateral_currencies1.3333333333333333
privateUnifiedPostAccountModePOSTaccount_mode1.3333333333333333
privateUnifiedPutUnifiedModePUTunified_mode1.3333333333333333
privateSpotGetFeeGETfee1
privateSpotGetBatchFeeGETbatch_fee1
privateSpotGetAccountsGETaccounts1
privateSpotGetAccountBookGETaccount_book1
privateSpotGetOpenOrdersGETopen_orders1
privateSpotGetOrdersGETorders1
privateSpotGetOrdersOrderIdGETorders/{order_id}1
privateSpotGetMyTradesGETmy_trades1
privateSpotGetPriceOrdersGETprice_orders1
privateSpotGetPriceOrdersOrderIdGETprice_orders/{order_id}1
privateSpotPostBatchOrdersPOSTbatch_orders0.4
privateSpotPostCrossLiquidateOrdersPOSTcross_liquidate_orders1
privateSpotPostOrdersPOSTorders0.4
privateSpotPostCancelBatchOrdersPOSTcancel_batch_orders0.26666666666666666
privateSpotPostCountdownCancelAllPOSTcountdown_cancel_all0.26666666666666666
privateSpotPostAmendBatchOrdersPOSTamend_batch_orders0.4
privateSpotPostPriceOrdersPOSTprice_orders0.4
privateSpotDeleteOrdersDELETEorders0.26666666666666666
privateSpotDeleteOrdersOrderIdDELETEorders/{order_id}0.26666666666666666
privateSpotDeletePriceOrdersDELETEprice_orders0.26666666666666666
privateSpotDeletePriceOrdersOrderIdDELETEprice_orders/{order_id}0.26666666666666666
privateSpotPatchOrdersOrderIdPATCHorders/{order_id}0.4
privateMarginGetAccountsGETaccounts1.3333333333333333
privateMarginGetAccountBookGETaccount_book1.3333333333333333
privateMarginGetFundingAccountsGETfunding_accounts1.3333333333333333
privateMarginGetAutoRepayGETauto_repay1.3333333333333333
privateMarginGetTransferableGETtransferable1.3333333333333333
privateMarginGetUniEstimateRateGETuni/estimate_rate1.3333333333333333
privateMarginGetUniLoansGETuni/loans1.3333333333333333
privateMarginGetUniLoanRecordsGETuni/loan_records1.3333333333333333
privateMarginGetUniInterestRecordsGETuni/interest_records1.3333333333333333
privateMarginGetUniBorrowableGETuni/borrowable1.3333333333333333
privateMarginGetUserLoanMarginTiersGETuser/loan_margin_tiers1.3333333333333333
privateMarginGetUserAccountGETuser/account1.3333333333333333
privateMarginGetLoansGETloans1.3333333333333333
privateMarginGetLoansLoanIdGETloans/{loan_id}1.3333333333333333
privateMarginGetLoansLoanIdRepaymentGETloans/{loan_id}/repayment1.3333333333333333
privateMarginGetLoanRecordsGETloan_records1.3333333333333333
privateMarginGetLoanRecordsLoanRecordIdGETloan_records/{loan_record_id}1.3333333333333333
privateMarginGetBorrowableGETborrowable1.3333333333333333
privateMarginGetCrossAccountsGETcross/accounts1.3333333333333333
privateMarginGetCrossAccountBookGETcross/account_book1.3333333333333333
privateMarginGetCrossLoansGETcross/loans1.3333333333333333
privateMarginGetCrossLoansLoanIdGETcross/loans/{loan_id}1.3333333333333333
privateMarginGetCrossRepaymentsGETcross/repayments1.3333333333333333
privateMarginGetCrossInterestRecordsGETcross/interest_records1.3333333333333333
privateMarginGetCrossTransferableGETcross/transferable1.3333333333333333
privateMarginGetCrossEstimateRateGETcross/estimate_rate1.3333333333333333
privateMarginGetCrossBorrowableGETcross/borrowable1.3333333333333333
privateMarginPostAutoRepayPOSTauto_repay1.3333333333333333
privateMarginPostUniLoansPOSTuni/loans1.3333333333333333
privateMarginPostLeverageUserMarketSettingPOSTleverage/user_market_setting1.3333333333333333
privateMarginPostLoansPOSTloans1.3333333333333333
privateMarginPostMergedLoansPOSTmerged_loans1.3333333333333333
privateMarginPostLoansLoanIdRepaymentPOSTloans/{loan_id}/repayment1.3333333333333333
privateMarginPostCrossLoansPOSTcross/loans1.3333333333333333
privateMarginPostCrossRepaymentsPOSTcross/repayments1.3333333333333333
privateMarginPatchLoansLoanIdPATCHloans/{loan_id}1.3333333333333333
privateMarginPatchLoanRecordsLoanRecordIdPATCHloan_records/{loan_record_id}1.3333333333333333
privateMarginDeleteLoansLoanIdDELETEloans/{loan_id}1.3333333333333333
privateFlash_swapGetOrdersGETorders1
privateFlash_swapGetOrdersOrderIdGETorders/{order_id}1
privateFlash_swapPostOrdersPOSTorders1
privateFlash_swapPostOrdersPreviewPOSTorders/preview1
privateFuturesGetSettleAccountsGET{settle}/accounts1
privateFuturesGetSettleAccountBookGET{settle}/account_book1
privateFuturesGetSettlePositionsGET{settle}/positions1
privateFuturesGetSettlePositionsContractGET{settle}/positions/{contract}1
privateFuturesGetSettleGetLeverageContractGET{settle}/get_leverage/{contract}1
privateFuturesGetSettleDualCompPositionsContractGET{settle}/dual_comp/positions/{contract}1
privateFuturesGetSettleOrdersGET{settle}/orders1
privateFuturesGetSettleOrdersTimerangeGET{settle}/orders_timerange1
privateFuturesGetSettleOrdersOrderIdGET{settle}/orders/{order_id}1
privateFuturesGetSettleMyTradesGET{settle}/my_trades1
privateFuturesGetSettleMyTradesTimerangeGET{settle}/my_trades_timerange1
privateFuturesGetSettlePositionCloseGET{settle}/position_close1
privateFuturesGetSettleLiquidatesGET{settle}/liquidates1
privateFuturesGetSettleAutoDeleveragesGET{settle}/auto_deleverages1
privateFuturesGetSettleFeeGET{settle}/fee1
privateFuturesGetSettleRiskLimitTableGET{settle}/risk_limit_table1
privateFuturesGetSettlePriceOrdersGET{settle}/price_orders1
privateFuturesGetSettlePriceOrdersOrderIdGET{settle}/price_orders/{order_id}1
privateFuturesPostSettlePositionsContractMarginPOST{settle}/positions/{contract}/margin1
privateFuturesPostSettlePositionsContractLeveragePOST{settle}/positions/{contract}/leverage1
privateFuturesPostSettlePositionsContractSetLeveragePOST{settle}/positions/{contract}/set_leverage1
privateFuturesPostSettlePositionsContractRiskLimitPOST{settle}/positions/{contract}/risk_limit1
privateFuturesPostSettlePositionsCrossModePOST{settle}/positions/cross_mode1
privateFuturesPostSettleDualCompPositionsCrossModePOST{settle}/dual_comp/positions/cross_mode1
privateFuturesPostSettleDualModePOST{settle}/dual_mode1
privateFuturesPostSettleSetPositionModePOST{settle}/set_position_mode1
privateFuturesPostSettleDualCompPositionsContractMarginPOST{settle}/dual_comp/positions/{contract}/margin1
privateFuturesPostSettleDualCompPositionsContractLeveragePOST{settle}/dual_comp/positions/{contract}/leverage1
privateFuturesPostSettleDualCompPositionsContractRiskLimitPOST{settle}/dual_comp/positions/{contract}/risk_limit1
privateFuturesPostSettleOrdersPOST{settle}/orders0.4
privateFuturesPostSettleBatchOrdersPOST{settle}/batch_orders0.4
privateFuturesPostSettleCountdownCancelAllPOST{settle}/countdown_cancel_all0.4
privateFuturesPostSettleBatchCancelOrdersPOST{settle}/batch_cancel_orders0.4
privateFuturesPostSettleBatchAmendOrdersPOST{settle}/batch_amend_orders0.4
privateFuturesPostSettleBboOrdersPOST{settle}/bbo_orders0.4
privateFuturesPostSettlePriceOrdersPOST{settle}/price_orders0.4
privateFuturesPutSettleOrdersOrderIdPUT{settle}/orders/{order_id}1
privateFuturesPutSettlePriceOrdersOrderIdPUT{settle}/price_orders/{order_id}1
privateFuturesDeleteSettleOrdersDELETE{settle}/orders0.26666666666666666
privateFuturesDeleteSettleOrdersOrderIdDELETE{settle}/orders/{order_id}0.26666666666666666
privateFuturesDeleteSettlePriceOrdersDELETE{settle}/price_orders0.26666666666666666
privateFuturesDeleteSettlePriceOrdersOrderIdDELETE{settle}/price_orders/{order_id}0.26666666666666666
privateDeliveryGetSettleAccountsGET{settle}/accounts1.3333333333333333
privateDeliveryGetSettleAccountBookGET{settle}/account_book1.3333333333333333
privateDeliveryGetSettlePositionsGET{settle}/positions1.3333333333333333
privateDeliveryGetSettlePositionsContractGET{settle}/positions/{contract}1.3333333333333333
privateDeliveryGetSettleOrdersGET{settle}/orders1.3333333333333333
privateDeliveryGetSettleOrdersOrderIdGET{settle}/orders/{order_id}1.3333333333333333
privateDeliveryGetSettleMyTradesGET{settle}/my_trades1.3333333333333333
privateDeliveryGetSettlePositionCloseGET{settle}/position_close1.3333333333333333
privateDeliveryGetSettleLiquidatesGET{settle}/liquidates1.3333333333333333
privateDeliveryGetSettleSettlementsGET{settle}/settlements1.3333333333333333
privateDeliveryGetSettlePriceOrdersGET{settle}/price_orders1.3333333333333333
privateDeliveryGetSettlePriceOrdersOrderIdGET{settle}/price_orders/{order_id}1.3333333333333333
privateDeliveryPostSettlePositionsContractMarginPOST{settle}/positions/{contract}/margin1.3333333333333333
privateDeliveryPostSettlePositionsContractLeveragePOST{settle}/positions/{contract}/leverage1.3333333333333333
privateDeliveryPostSettlePositionsContractRiskLimitPOST{settle}/positions/{contract}/risk_limit1.3333333333333333
privateDeliveryPostSettleOrdersPOST{settle}/orders1.3333333333333333
privateDeliveryPostSettlePriceOrdersPOST{settle}/price_orders1.3333333333333333
privateDeliveryDeleteSettleOrdersDELETE{settle}/orders1.3333333333333333
privateDeliveryDeleteSettleOrdersOrderIdDELETE{settle}/orders/{order_id}1.3333333333333333
privateDeliveryDeleteSettlePriceOrdersDELETE{settle}/price_orders1.3333333333333333
privateDeliveryDeleteSettlePriceOrdersOrderIdDELETE{settle}/price_orders/{order_id}1.3333333333333333
privateOptionsGetMySettlementsGETmy_settlements1.3333333333333333
privateOptionsGetAccountsGETaccounts1.3333333333333333
privateOptionsGetAccountBookGETaccount_book1.3333333333333333
privateOptionsGetPositionsGETpositions1.3333333333333333
privateOptionsGetPositionsContractGETpositions/{contract}1.3333333333333333
privateOptionsGetPositionCloseGETposition_close1.3333333333333333
privateOptionsGetOrdersGETorders1.3333333333333333
privateOptionsGetOrdersOrderIdGETorders/{order_id}1.3333333333333333
privateOptionsGetMyTradesGETmy_trades1.3333333333333333
privateOptionsGetMmpGETmmp1.3333333333333333
privateOptionsPostOrdersPOSTorders1.3333333333333333
privateOptionsPostCountdownCancelAllPOSTcountdown_cancel_all1.3333333333333333
privateOptionsPostMmpPOSTmmp1.3333333333333333
privateOptionsPostMmpResetPOSTmmp/reset1.3333333333333333
privateOptionsDeleteOrdersDELETEorders1.3333333333333333
privateOptionsDeleteOrdersOrderIdDELETEorders/{order_id}1.3333333333333333
privateEarnGetUniLendsGETuni/lends1.3333333333333333
privateEarnGetUniLendRecordsGETuni/lend_records1.3333333333333333
privateEarnGetUniInterestsCurrencyGETuni/interests/{currency}1.3333333333333333
privateEarnGetUniInterestRecordsGETuni/interest_records1.3333333333333333
privateEarnGetUniInterestStatusCurrencyGETuni/interest_status/{currency}1.3333333333333333
privateEarnGetUniChartGETuni/chart1.3333333333333333
privateEarnGetUniRateGETuni/rate1.3333333333333333
privateEarnGetStakingEth2RateRecordsGETstaking/eth2/rate_records1.3333333333333333
privateEarnGetDualOrdersGETdual/orders1.3333333333333333
privateEarnGetDualBalanceGETdual/balance1.3333333333333333
privateEarnGetStructuredOrdersGETstructured/orders1.3333333333333333
privateEarnGetStakingCoinsGETstaking/coins1.3333333333333333
privateEarnGetStakingOrderListGETstaking/order_list1.3333333333333333
privateEarnGetStakingAwardListGETstaking/award_list1.3333333333333333
privateEarnGetStakingAssetsGETstaking/assets1.3333333333333333
privateEarnGetUniCurrenciesGETuni/currencies1.3333333333333333
privateEarnGetUniCurrenciesCurrencyGETuni/currencies/{currency}1.3333333333333333
privateEarnPostUniLendsPOSTuni/lends1.3333333333333333
privateEarnPostStakingEth2SwapPOSTstaking/eth2/swap1.3333333333333333
privateEarnPostDualOrdersPOSTdual/orders1.3333333333333333
privateEarnPostStructuredOrdersPOSTstructured/orders1.3333333333333333
privateEarnPostStakingSwapPOSTstaking/swap1.3333333333333333
privateEarnPutUniInterestReinvestPUTuni/interest_reinvest1.3333333333333333
privateEarnPatchUniLendsPATCHuni/lends1.3333333333333333
privateLoanGetCollateralOrdersGETcollateral/orders1.3333333333333333
privateLoanGetCollateralOrdersOrderIdGETcollateral/orders/{order_id}1.3333333333333333
privateLoanGetCollateralRepayRecordsGETcollateral/repay_records1.3333333333333333
privateLoanGetCollateralCollateralsGETcollateral/collaterals1.3333333333333333
privateLoanGetCollateralTotalAmountGETcollateral/total_amount1.3333333333333333
privateLoanGetCollateralLtvGETcollateral/ltv1.3333333333333333
privateLoanGetMultiCollateralOrdersGETmulti_collateral/orders1.3333333333333333
privateLoanGetMultiCollateralOrdersOrderIdGETmulti_collateral/orders/{order_id}1.3333333333333333
privateLoanGetMultiCollateralRepayGETmulti_collateral/repay1.3333333333333333
privateLoanGetMultiCollateralMortgageGETmulti_collateral/mortgage1.3333333333333333
privateLoanGetMultiCollateralCurrencyQuotaGETmulti_collateral/currency_quota1.3333333333333333
privateLoanGetCollateralCurrenciesGETcollateral/currencies1.3333333333333333
privateLoanGetMultiCollateralCurrenciesGETmulti_collateral/currencies1.3333333333333333
privateLoanGetMultiCollateralLtvGETmulti_collateral/ltv1.3333333333333333
privateLoanGetMultiCollateralFixedRateGETmulti_collateral/fixed_rate1.3333333333333333
privateLoanGetMultiCollateralCurrentRateGETmulti_collateral/current_rate1.3333333333333333
privateLoanPostCollateralOrdersPOSTcollateral/orders1.3333333333333333
privateLoanPostCollateralRepayPOSTcollateral/repay1.3333333333333333
privateLoanPostCollateralCollateralsPOSTcollateral/collaterals1.3333333333333333
privateLoanPostMultiCollateralOrdersPOSTmulti_collateral/orders1.3333333333333333
privateLoanPostMultiCollateralRepayPOSTmulti_collateral/repay1.3333333333333333
privateLoanPostMultiCollateralMortgagePOSTmulti_collateral/mortgage1.3333333333333333
privateAccountGetDetailGETdetail1.3333333333333333
privateAccountGetMainKeysGETmain_keys1.3333333333333333
privateAccountGetRateLimitGETrate_limit1.3333333333333333
privateAccountGetStpGroupsGETstp_groups1.3333333333333333
privateAccountGetStpGroupsStpIdUsersGETstp_groups/{stp_id}/users1.3333333333333333
privateAccountGetStpGroupsDebitFeeGETstp_groups/debit_fee1.3333333333333333
privateAccountGetDebitFeeGETdebit_fee1.3333333333333333
privateAccountPostStpGroupsPOSTstp_groups1.3333333333333333
privateAccountPostStpGroupsStpIdUsersPOSTstp_groups/{stp_id}/users1.3333333333333333
privateAccountPostDebitFeePOSTdebit_fee1.3333333333333333
privateAccountDeleteStpGroupsStpIdUsersDELETEstp_groups/{stp_id}/users1.3333333333333333
privateRebateGetAgencyTransactionHistoryGETagency/transaction_history1.3333333333333333
privateRebateGetAgencyCommissionHistoryGETagency/commission_history1.3333333333333333
privateRebateGetPartnerTransactionHistoryGETpartner/transaction_history1.3333333333333333
privateRebateGetPartnerCommissionHistoryGETpartner/commission_history1.3333333333333333
privateRebateGetPartnerSubListGETpartner/sub_list1.3333333333333333
privateRebateGetBrokerCommissionHistoryGETbroker/commission_history1.3333333333333333
privateRebateGetBrokerTransactionHistoryGETbroker/transaction_history1.3333333333333333
privateRebateGetUserInfoGETuser/info1.3333333333333333
privateRebateGetUserSubRelationGETuser/sub_relation1.3333333333333333
privateOtcGetGetUserDefBankGETget_user_def_bank1
privateOtcGetOrderListGETorder/list1
privateOtcGetStableCoinOrderListGETstable_coin/order/list1
privateOtcGetOrderDetailGETorder/detail1
privateOtcPostQuotePOSTquote1
privateOtcPostOrderCreatePOSTorder/create1
privateOtcPostStableCoinOrderCreatePOSTstable_coin/order/create1
privateOtcPostOrderPaidPOSTorder/paid1
privateOtcPostOrderCancelPOSTorder/cancel1

On this page