Skip to Content

US Crypto Overview

Longbridge US Accounts

This method is only available for US data-center accounts.

Get overview data for a US crypto trading pair — all-time highs/lows, asset info, and currency details.

CLI
# US crypto overview
longbridge static DOGEUSD.BKKT

Parameters

SDK method parameters.

NameTypeRequiredDescription
symbolstringYESCrypto symbol, e.g. DOGEUSD.BKKT

Request Example

Response

Response Example

json
{
  "symbol": "DOGEUSD.BKKT",
  "name": "Dogecoin",
  "ticker": "DOGE",
  "base_asset": "DOGE",
  "currency": "USD",
  "all_time_high": "0.7376",
  "all_time_high_date": "2021-05-08",
  "all_time_low": "0.0000869",
  "all_time_low_date": "2015-05-06",
  "ipo_date": "2013-12-06",
  "issue_price": "0.00026",
  "shares": "147000000000",
  "official_web_address": "https://dogecoin.com",
  "wiki_url": "https://en.wikipedia.org/wiki/Dogecoin",
  "profile": "{...}"
}

Response Status

StatusDescriptionSchema
200SuccessCryptoOverview
400Bad requestNone

Schemas

CryptoOverview

NameTypeRequiredDescription
symbolstringtrueTrading-pair symbol (e.g. DOGEUSD.BKKT)
namestringtrueAsset name
tickerstringtrueShort ticker
base_assetstringtrueBase asset code (e.g. DOGE)
currencystringtrueQuote currency (e.g. USD)
all_time_highstringtrueAll-time high price
all_time_high_datestringtrueDate of all-time high
all_time_lowstringtrueAll-time low price
all_time_low_datestringtrueDate of all-time low
ipo_datestringfalseInitial listing date
issue_pricestringfalseInitial issue price
sharesstringfalseTotal circulating supply
official_web_addressstringfalseOfficial website URL
logostringfalseAsset logo URL
wiki_urlstringfalseWikipedia URL
profilestringfalseAsset profile description (JSON string)