Binance Connector JS
    Preparing search index...

    GetQuoteResponse

    interface GetQuoteResponse {
        amountIn?: string;
        amountOut?: string;
        averagePrice?: number;
        chainId?: string;
        chance?: string;
        expireAt?: number | bigint;
        feeAmount?: string;
        feeDiscountBps?: string;
        feeRateBps?: number;
        isMinAmountOut?: boolean;
        lastPrice?: number;
        marketExtId?: string;
        marketTitle?: string;
        minReceive?: string;
        orderType?: string;
        priceImpact?: number;
        priceLimit?: null | string;
        quoteId?: string;
        side?: string;
        slippageBps?: number;
        timestamp?: number | bigint;
        tokenId?: string;
        userId?: number | bigint;
        vendor?: string;
        walletAddress?: string;
    }
    Index

    Properties

    amountIn?: string

    GetQuoteResponse

    amountOut?: string

    GetQuoteResponse

    averagePrice?: number

    GetQuoteResponse

    chainId?: string

    GetQuoteResponse

    chance?: string

    GetQuoteResponse

    expireAt?: number | bigint

    GetQuoteResponse

    feeAmount?: string

    GetQuoteResponse

    feeDiscountBps?: string

    GetQuoteResponse

    feeRateBps?: number

    GetQuoteResponse

    isMinAmountOut?: boolean

    GetQuoteResponse

    lastPrice?: number

    GetQuoteResponse

    marketExtId?: string

    GetQuoteResponse

    marketTitle?: string

    GetQuoteResponse

    minReceive?: string

    GetQuoteResponse

    orderType?: string

    GetQuoteResponse

    priceImpact?: number

    GetQuoteResponse

    priceLimit?: null | string

    GetQuoteResponse

    quoteId?: string

    GetQuoteResponse

    side?: string

    GetQuoteResponse

    slippageBps?: number

    GetQuoteResponse

    timestamp?: number | bigint

    GetQuoteResponse

    tokenId?: string

    GetQuoteResponse

    userId?: number | bigint

    GetQuoteResponse

    vendor?: string

    GetQuoteResponse

    walletAddress?: string

    GetQuoteResponse