Binance Connector JS
    Preparing search index...

    GetCountryListResponse

    interface GetCountryListResponse {
        countries?: GetCountryListResponseCountriesInner[];
        lastUpdated?: number | bigint;
    }
    Index

    Properties

    GetCountryListResponse

    lastUpdated?: number | bigint

    Last data update timestamp (epoch milliseconds); 0 if empty.

    GetCountryListResponse