@qtsurfer/api-client
    Preparing search index...

    Type Alias InstrumentDetail

    Exchange instrument with per-data-type coverage and market info

    type InstrumentDetail = {
        base: string;
        coverage?: InstrumentCoverage;
        id: string;
        lastPrice?: number;
        quote: string;
        volume24h?: number;
    }
    Index
    base: string

    Base currency

    id: string

    Instrument identifier (e.g. currency pair)

    lastPrice?: number

    Last traded price

    quote: string

    Quote currency

    volume24h?: number

    Trading volume in the last 24 hours (in quote currency)