UNPKG

@coinset/btcbox

Version:
9 lines 579 B
export { fetchDepth } from '../../api/public/depth'; export type { DepthOptions, DepthResponse } from '../../api/public/depth'; export { fetchOrders } from '../../api/public/orders'; export type { OrdersOptions, OrdersResponse } from '../../api/public/orders'; export { fetchTicker } from '../../api/public/ticker'; export type { TickerData, TickerOptions, TickerResponse } from '../../api/public/ticker'; export { fetchTickers } from '../../api/public/tickers'; export type { TickersOptions, TickersResponse } from '../../api/public/tickers'; //# sourceMappingURL=index.d.ts.map