Binance Web3 Connector JS
    Preparing search index...

    GetAllTokenBalancesByAddressResponse

    interface GetAllTokenBalancesByAddressResponse {
        code?: number;
        data?: GetAllTokenBalancesByAddressResponseDataInner[];
        msg?: string;
        success?: boolean;
        timestamp?: number | bigint;
    }
    Index

    Properties

    code?: number

    GetAllTokenBalancesByAddressResponse

    One entry per requested chain, each containing a paginated list of token balances.

    GetAllTokenBalancesByAddressResponse

    msg?: string

    GetAllTokenBalancesByAddressResponse

    success?: boolean

    GetAllTokenBalancesByAddressResponse

    timestamp?: number | bigint

    GetAllTokenBalancesByAddressResponse