Mayson Monorepo Documentation
    Preparing search index...

    Interface ExchangePrice

    Current price information

    interface ExchangePrice {
        symbol: string;
        price: string;
        timestamp: number;
    }
    Index

    Properties

    symbol: string
    price: string
    timestamp: number