import {stex as Type} from 'ccxt'; export interface stexRestApiType extends Type { publicGetCurrencies: (params:{}, context?:{}) => Promise; publicGetCurrenciesCurrencyId: (params:{}, context?:{}) => Promise; publicGetMarkets: (params:{}, context?:{}) => Promise; publicGetPairsGroups: (params:{}, context?:{}) => Promise; publicGetCurrencyPairsListCode: (params:{}, context?:{}) => Promise; publicGetCurrencyPairsGroupCurrencyPairGroupId: (params:{}, context?:{}) => Promise; publicGetCurrencyPairsCurrencyPairId: (params:{}, context?:{}) => Promise; publicGetTicker: (params:{}, context?:{}) => Promise; publicGetTickerCurrencyPairId: (params:{}, context?:{}) => Promise; publicGetTradesCurrencyPairId: (params:{}, context?:{}) => Promise; publicGetOrderbookCurrencyPairId: (params:{}, context?:{}) => Promise; publicGetChartCurrencyPairIdCandlesType: (params:{}, context?:{}) => Promise; publicGetDepositStatuses: (params:{}, context?:{}) => Promise; publicGetDepositStatusesStatusId: (params:{}, context?:{}) => Promise; publicGetWithdrawalStatuses: (params:{}, context?:{}) => Promise; publicGetWithdrawalStatusesStatusId: (params:{}, context?:{}) => Promise; publicGetPing: (params:{}, context?:{}) => Promise; publicGetMobileVersions: (params:{}, context?:{}) => Promise; publicGetTwitter: (params:{}, context?:{}) => Promise; tradingGetFeesCurrencyPairId: (params:{}, context?:{}) => Promise; tradingGetOrders: (params:{}, context?:{}) => Promise; tradingGetOrdersCurrencyPairId: (params:{}, context?:{}) => Promise; tradingGetOrderOrderId: (params:{}, context?:{}) => Promise; tradingPostOrdersCurrencyPairId: (params:{}, context?:{}) => Promise; tradingPostOrdersBulkCurrencyPairId: (params:{}, context?:{}) => Promise; tradingDeleteOrders: (params:{}, context?:{}) => Promise; tradingDeleteOrdersCurrencyPairId: (params:{}, context?:{}) => Promise; tradingDeleteOrderOrderId: (params:{}, context?:{}) => Promise; reportsGetCurrencies: (params:{}, context?:{}) => Promise; reportsGetCurrencyPairs: (params:{}, context?:{}) => Promise; reportsGetOrders: (params:{}, context?:{}) => Promise; reportsGetOrdersOrderId: (params:{}, context?:{}) => Promise; reportsGetTradesCurrencyPairId: (params:{}, context?:{}) => Promise; reportsGetBackgroundListMode: (params:{}, context?:{}) => Promise; reportsGetBackgroundId: (params:{}, context?:{}) => Promise; reportsGetBackgroundDownloadId: (params:{}, context?:{}) => Promise; reportsPostBackgroundCreate: (params:{}, context?:{}) => Promise; reportsDeleteBackgroundId: (params:{}, context?:{}) => Promise; profileGetInfo: (params:{}, context?:{}) => Promise; profileGetWallets: (params:{}, context?:{}) => Promise; profileGetWalletsWalletId: (params:{}, context?:{}) => Promise; profileGetWalletsAddressWalletId: (params:{}, context?:{}) => Promise; profileGetDeposits: (params:{}, context?:{}) => Promise; profileGetDepositsId: (params:{}, context?:{}) => Promise; profileGetRewards: (params:{}, context?:{}) => Promise; profileGetRewardsId: (params:{}, context?:{}) => Promise; profileGetAddressbook: (params:{}, context?:{}) => Promise; profileGetAddressbookItemId: (params:{}, context?:{}) => Promise; profileGetWithdrawals: (params:{}, context?:{}) => Promise; profileGetWithdrawalsId: (params:{}, context?:{}) => Promise; profileGetNotifications: (params:{}, context?:{}) => Promise; profileGetNotificationsPrice: (params:{}, context?:{}) => Promise; profileGetFavoriteCurrencyPairs: (params:{}, context?:{}) => Promise; profileGetTokenScopes: (params:{}, context?:{}) => Promise; profilePostWalletsBurnWalletId: (params:{}, context?:{}) => Promise; profilePostWalletsWalletIdHoldAmount: (params:{}, context?:{}) => Promise; profilePostWalletsCurrencyId: (params:{}, context?:{}) => Promise; profilePostWalletsAddressWalletId: (params:{}, context?:{}) => Promise; profilePostAddressbookDisableItemItemId: (params:{}, context?:{}) => Promise; profilePostAddressbookEnableItemItemId: (params:{}, context?:{}) => Promise; profilePostAddressbookEnableStrictWd: (params:{}, context?:{}) => Promise; profilePostAddressbookDisableStrictWd: (params:{}, context?:{}) => Promise; profilePostWithdraw: (params:{}, context?:{}) => Promise; profilePostNotificationsPrice: (params:{}, context?:{}) => Promise; profilePostReferralProgram: (params:{}, context?:{}) => Promise; profilePostReferralInsertCode: (params:{}, context?:{}) => Promise; profilePostReferralBonusTransferCurrencyId: (params:{}, context?:{}) => Promise; profilePutFavoriteCurrencyPairsSet: (params:{}, context?:{}) => Promise; profileDeleteAddressbookItemId: (params:{}, context?:{}) => Promise; profileDeleteWithdrawWithdrawalId: (params:{}, context?:{}) => Promise; profileDeleteNotificationsPricePriceAlertId: (params:{}, context?:{}) => Promise; verificationGetCountries: (params:{}, context?:{}) => Promise; verificationGetStatus: (params:{}, context?:{}) => Promise; verificationGetFractalUrl: (params:{}, context?:{}) => Promise; verificationGetSmartId: (params:{}, context?:{}) => Promise; verificationGetStex: (params:{}, context?:{}) => Promise; verificationGetCryptonomicaCode: (params:{}, context?:{}) => Promise; verificationPostSmartId: (params:{}, context?:{}) => Promise; verificationPostStex: (params:{}, context?:{}) => Promise; verificationPostCryptonomica: (params:{}, context?:{}) => Promise; settingsGetNotificationsEvent: (params:{}, context?:{}) => Promise; settingsGetNotifications: (params:{}, context?:{}) => Promise; settingsPutNotifications: (params:{}, context?:{}) => Promise; settingsPutNotificationsSet: (params:{}, context?:{}) => Promise; }