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

    Interface BridgeQuoteParams

    Parameters for quoting a bridge transaction

    interface BridgeQuoteParams {
        fromChain: string;
        toChain: string;
        amount: bigint;
        recipient: `0x${string}`;
    }

    Hierarchy (View Summary)

    Index

    Properties

    fromChain: string

    Source chain name (e.g., "ethereum", "arbitrum")

    toChain: string

    Destination chain name

    amount: bigint

    Amount to bridge in token units (6 decimals for USDT0)

    recipient: `0x${string}`

    Recipient address on destination chain