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

    Interface BridgeFeeQuote

    Bridge fee quote

    interface BridgeFeeQuote {
        fromChain: SupportedNetwork;
        toChain: SupportedNetwork;
        amount: string;
        nativeFee: string;
        nativeFeeFormatted: string;
        estimatedTime: number;
    }
    Index

    Properties

    fromChain: SupportedNetwork

    Source chain

    Destination chain

    amount: string

    Amount to bridge (formatted)

    nativeFee: string

    Native fee required (in source chain native token)

    nativeFeeFormatted: string

    Native fee formatted with symbol

    estimatedTime: number

    Estimated time in seconds