Binance Web3 Connector JS
    Preparing search index...

    Interface GetTokenBalancesByAddressResponseDataInnerTokenAssetsInner

    GetTokenBalancesByAddressResponseDataInnerTokenAssetsInner

    interface GetTokenBalancesByAddressResponseDataInnerTokenAssetsInner {
        address?: string;
        balance?: string;
        binanceChainId?: string;
        isRiskToken?: boolean;
        rawBalance?: string;
        symbol?: string;
        tokenContractAddress?: string;
        tokenPrice?: string;
    }
    Index

    Properties

    address?: string

    Wallet address echoed from the request.

    GetTokenBalancesByAddressResponseDataInnerTokenAssetsInner

    balance?: string

    Token amount scaled by decimals.

    GetTokenBalancesByAddressResponseDataInnerTokenAssetsInner

    binanceChainId?: string

    Chain identifier.

    GetTokenBalancesByAddressResponseDataInnerTokenAssetsInner

    isRiskToken?: boolean

    Whether the token is risk-flagged.

    GetTokenBalancesByAddressResponseDataInnerTokenAssetsInner

    rawBalance?: string

    Raw token amount in the smallest unit. Empty string when the chain doesn't expose a raw value.

    GetTokenBalancesByAddressResponseDataInnerTokenAssetsInner

    symbol?: string

    Token ticker.

    GetTokenBalancesByAddressResponseDataInnerTokenAssetsInner

    tokenContractAddress?: string

    Token contract address. Empty string for the chain's native asset.

    GetTokenBalancesByAddressResponseDataInnerTokenAssetsInner

    tokenPrice?: string

    Token USD price.

    GetTokenBalancesByAddressResponseDataInnerTokenAssetsInner