Binance Connector JS
    Preparing search index...

    TokenListResponse

    interface TokenListResponse {
        code?: string;
        data?: TokenListResponseDataInner[];
        message?: string;
        messageDetail?: string;
        success?: boolean;
    }
    Index

    Properties

    code?: string

    API response code. "000000" indicates success.

    TokenListResponse

    List of ALPHA tokens and metadata.

    TokenListResponse

    message?: string

    Response message.

    TokenListResponse

    messageDetail?: string

    Detailed response message.

    TokenListResponse

    success?: boolean

    Whether request is successful.

    TokenListResponse