跳转到内容

美股加密货币概览

Longbridge US 账户

此方法仅适用于美国数据中心账户。

获取美股加密货币交易对的概览信息——历史最高/最低价、资产详情和货币信息。

CLI
# 美股加密货币概览
longbridge static DOGEUSD.BKKT

Parameters

SDK 方法参数。

名称类型必填描述
symbolstring加密货币交易对,例如 DOGEUSD.BKKT

Request Example

响应字段

字段类型描述
symbolstring交易对代码
namestring资产名称
tickerstring简短代码
base_assetstring基础资产代码
currencystring计价货币
all_time_highstring历史最高价
all_time_high_datestring历史最高价日期
all_time_lowstring历史最低价
all_time_low_datestring历史最低价日期

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",
  "shares": "147000000000",
  "official_web_address": "https://dogecoin.com"
}

Response Status

状态码描述结构
200成功CryptoOverview
400请求错误None

Schemas

CryptoOverview

名称类型必填描述
symbolstring交易对代码,如 DOGEUSD.BKKT
namestring资产名称
tickerstring简短代码
base_assetstring基础资产代码,如 DOGE
currencystring计价货币,如 USD
all_time_highstring历史最高价
all_time_high_datestring历史最高价日期
all_time_lowstring历史最低价
all_time_low_datestring历史最低价日期
ipo_datestring初始上市日期
issue_pricestring初始发行价格
sharesstring流通总量
official_web_addressstring官方网站 URL
logostring资产 Logo URL
wiki_urlstringWikipedia URL
profilestring资产简介(JSON 字符串)