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

    Interface StellarMarketGraphQuery

    Time window for API charts. Dates are ISO-8601; bin examples: 1h, 1d.

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

    Properties

    Properties

    bin: string

    Kusto timespan, for example 1h or 1d.

    from: string

    Window start.

    to: string

    Window end.