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

    Interface ChainBalance

    Chain balance information

    interface ChainBalance {
        network: SupportedNetwork;
        chainId: number;
        native: { symbol: string; balance: string; formatted: string };
        tokens: TokenBalance[];
    }
    Index

    Properties

    Network identifier

    chainId: number

    Chain ID

    native: { symbol: string; balance: string; formatted: string }

    Native token balance (ETH/MATIC/etc)

    tokens: TokenBalance[]

    Supported stablecoin balances