Binance Connector JS
    Preparing search index...

    AccountListResponse

    interface AccountListResponse {
        code?: number;
        data?: AccountListResponseDataInner[];
        msg?: string;
    }
    Index

    Properties

    Properties

    code?: number

    AccountListResponse

    AccountListResponse

    msg?: string

    AccountListResponse