T402 API Reference - v2.8.0
    Preparing search index...

    Interface BridgeQuote

    Quote result for a bridge transaction

    interface BridgeQuote {
        nativeFee: bigint;
        amountToSend: bigint;
        minAmountToReceive: bigint;
        estimatedTime: number;
        fromChain: string;
        toChain: string;
    }
    Index

    Properties

    nativeFee: bigint

    Native token fee required (in wei)

    amountToSend: bigint

    Amount that will be sent

    minAmountToReceive: bigint

    Minimum amount to receive (after fees/slippage)

    estimatedTime: number

    Estimated time for bridge completion in seconds

    fromChain: string

    Source chain

    toChain: string

    Destination chain