import {tokocrypto as Type} from 'ccxt'; export interface tokocryptoRestApiType extends Type { binanceGetPing: (params:{}, context?:{}) => Promise; binanceGetTime: (params:{}, context?:{}) => Promise; binanceGetDepth: (params:{}, context?:{}) => Promise; binanceGetTrades: (params:{}, context?:{}) => Promise; binanceGetAggTrades: (params:{}, context?:{}) => Promise; binanceGetHistoricalTrades: (params:{}, context?:{}) => Promise; binanceGetKlines: (params:{}, context?:{}) => Promise; binanceGetTicker24hr: (params:{}, context?:{}) => Promise; binanceGetTickerPrice: (params:{}, context?:{}) => Promise; binanceGetTickerBookTicker: (params:{}, context?:{}) => Promise; binanceGetExchangeInfo: (params:{}, context?:{}) => Promise; binancePutUserDataStream: (params:{}, context?:{}) => Promise; binancePostUserDataStream: (params:{}, context?:{}) => Promise; binanceDeleteUserDataStream: (params:{}, context?:{}) => Promise; publicGetOpenV1CommonTime: (params:{}, context?:{}) => Promise; publicGetOpenV1CommonSymbols: (params:{}, context?:{}) => Promise; publicGetOpenV1MarketDepth: (params:{}, context?:{}) => Promise; publicGetOpenV1MarketTrades: (params:{}, context?:{}) => Promise; publicGetOpenV1MarketAggTrades: (params:{}, context?:{}) => Promise; publicGetOpenV1MarketKlines: (params:{}, context?:{}) => Promise; privateGetOpenV1OrdersDetail: (params:{}, context?:{}) => Promise; privateGetOpenV1Orders: (params:{}, context?:{}) => Promise; privateGetOpenV1AccountSpot: (params:{}, context?:{}) => Promise; privateGetOpenV1AccountSpotAsset: (params:{}, context?:{}) => Promise; privateGetOpenV1OrdersTrades: (params:{}, context?:{}) => Promise; privateGetOpenV1Withdraws: (params:{}, context?:{}) => Promise; privateGetOpenV1Deposits: (params:{}, context?:{}) => Promise; privateGetOpenV1DepositsAddress: (params:{}, context?:{}) => Promise; privatePostOpenV1Orders: (params:{}, context?:{}) => Promise; privatePostOpenV1OrdersCancel: (params:{}, context?:{}) => Promise; privatePostOpenV1OrdersOco: (params:{}, context?:{}) => Promise; privatePostOpenV1Withdraws: (params:{}, context?:{}) => Promise; privatePostOpenV1UserDataStream: (params:{}, context?:{}) => Promise; }