Longbridge OpenAPI SDK
    Preparing search index...

    Interface USCryptoOverview

    US cryptocurrency market overview

    interface USCryptoOverview {
        name: string;
        ticker: string;
        currency: string;
        allTimeHigh: string;
        allTimeHighDate: string;
        allTimeLow: string;
        allTimeLowDate: string;
        ipoDate: string;
        issuePrice: string;
        shares: string;
        officialWebAddress: string;
        symbol: string;
        baseAsset: string;
        logo: string;
        wikiUrl: string;
        profile: string;
    }
    Index
    name: string
    ticker: string
    currency: string
    allTimeHigh: string
    allTimeHighDate: string
    allTimeLow: string
    allTimeLowDate: string
    ipoDate: string
    issuePrice: string
    shares: string
    officialWebAddress: string
    symbol: string

    User-facing symbol (e.g. "BTCUSD.BKKT"), converted from counter_id

    baseAsset: string
    logo: string
    wikiUrl: string
    profile: string

    Profile serialized as JSON string