aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Interface ApiPoolSpotPriceBody

    For retrieving the spot price of a pool, specifying coin in/out. Not always used directly, but present in certain route building contexts.

    interface ApiPoolSpotPriceBody {
        coinInType: string;
        coinOutType: string;
    }
    Index
    coinInType: string

    The coin type used as the price input.

    coinOutType: string

    The coin type used as the price output.