@xoxno/sdk-js
    Preparing search index...

    Interface StellarMarketGraphQuery

    Time-window + bin selector shared by every graph read.

    interface StellarMarketGraphQuery {
        bin: string;
        from: string;
        to: string;
    }
    Index

    Properties

    Properties

    bin: string

    Bin width as a timespan string (e.g. 1h, 1d).

    from: string

    Inclusive window start (ISO-8601).

    to: string

    Exclusive window end (ISO-8601).