Mayson Monorepo Documentation
    Preparing search index...

    Interface GetMarketTickersResponse

    Response from getting market tickers

    interface GetMarketTickersResponse {
        tickers: MarketTicker[];
    }
    Index

    Properties

    Properties

    tickers: MarketTicker[]