Binance Web3 Connector JS
    Preparing search index...

    GetAggregatedQuoteResponse

    interface GetAggregatedQuoteResponse {
        code?: number;
        data?: GetAggregatedQuoteResponseDataInner[];
        msg?: string;
        success?: boolean;
        timestamp?: number | bigint;
    }
    Index

    Properties

    code?: number

    GetAggregatedQuoteResponse

    One route per vendor that returned a valid quote, sorted by toTokenAmount descending.

    GetAggregatedQuoteResponse

    msg?: string

    GetAggregatedQuoteResponse

    success?: boolean

    GetAggregatedQuoteResponse

    timestamp?: number | bigint

    GetAggregatedQuoteResponse