跳轉到主要內容
GET
/
v2
/
dexscr
/
{chain}
/
link-updates
DexScreener - 連結更新
curl --request GET \
  --url https://api.chainstream.io/v2/dexscr/{chain}/link-updates \
  --header 'Authorization: Bearer <token>'
[
  {
    "chain": "sol",
    "tokenAddress": "So11111111111111111111111111111111111111112",
    "description": "<string>",
    "header": "<string>",
    "icon": "<string>",
    "links": "<unknown>",
    "openGraph": "<string>",
    "url": "<string>"
  }
]

授權

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

成功回應

chain
string
必填

區塊鏈網路識別碼

範例:

"sol"

tokenAddress
string
必填

代幣合約地址

範例:

"So11111111111111111111111111111111111111112"

description
string | null

代幣描述

header
string | null

代幣頭圖 URL

icon
string | null

代幣圖示 URL

代幣社交連結(JSON 格式)

openGraph
string | null

代幣 Open Graph 圖片 URL

url
string | null

DexScreener 代幣頁面 URL