// https://www.okex.com/api/spot/v3/instruments declare module OkexSpot { export interface Symbol { base_currency: string category: string instrument_id: string min_size: string quote_currency: string size_increment: string tick_size: string } export type MarketInfo = Symbol[] }