跳轉到主要內容
GET
/
v2
/
dexscr
/
{chain}
/
trending
DexScreener - 熱門
curl --request GET \
  --url https://api.chainstream.io/v2/dexscr/{chain}/trending \
  --header 'Authorization: Bearer <token>'
[
  {
    "slug": "ai",
    "description": "<string>",
    "iconType": "<string>",
    "iconValue": "<string>",
    "liquidity": 123,
    "marketCap": 123,
    "marketCapChange": "<unknown>",
    "name": "<string>",
    "tokenCount": 123,
    "volume": 123
  }
]

授權

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

路徑參數

chain
enum<string>
必填

支援網路列表中的鏈名稱 Supported blockchain chains

可用選項:
sol,
eth,
bsc

查詢參數

limit
integer<int64>
預設值:20

回傳結果數量

必填範圍: 1 <= x <= 100

回應

200 - application/json

成功回應

slug
string
必填

元分類 slug 識別碼

範例:

"ai"

description
string | null

元分類描述

iconType
string | null

圖示類型(如 image)

iconValue
string | null

圖示 URL 或識別值

liquidity
number<double> | null

聚合流動性(美元)

marketCap
number<double> | null

聚合市值(美元)

marketCapChange
any

各週期市值變化百分比(JSON 格式)

name
string | null

元分類顯示名稱

tokenCount
integer<int64> | null

該元分類中的代幣數量

volume
number<double> | null

聚合交易量(美元)