跳轉到主要內容
GET
/
v2
/
dexscr
/
{chain}
/
token
/
{tokenAddress}
DexScreener - 代幣資訊
curl --request GET \
  --url https://api.chainstream.io/v2/dexscr/{chain}/token/{tokenAddress} \
  --header 'Authorization: Bearer <token>'
{
  "chain": "sol",
  "tokenAddress": "WCoRVxGcpiwE6EvtDjXHJq6Kcn4nWT9Ubt1PrJHNAzM",
  "ad": {
    "chain": "sol",
    "tokenAddress": "So11111111111111111111111111111111111111112",
    "adType": "<string>",
    "date": "<string>",
    "durationHours": 123,
    "impressions": 123,
    "url": "<string>"
  },
  "boost": {
    "chain": "sol",
    "tokenAddress": "So11111111111111111111111111111111111111112",
    "totalAmount": 500,
    "amount": 123,
    "description": "<string>",
    "header": "<string>",
    "icon": "<string>",
    "links": "<unknown>",
    "openGraph": "<string>",
    "url": "<string>"
  },
  "linkUpdate": {
    "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
tokenAddress
string
必填

代幣地址

回應

200 - application/json

成功回應

Per-token aggregated DexScreener information.

chain
string
必填

區塊鏈網路識別碼

範例:

"sol"

tokenAddress
string
必填

代幣合約地址

範例:

"WCoRVxGcpiwE6EvtDjXHJq6Kcn4nWT9Ubt1PrJHNAzM"

ad
null | object

該代幣的 DexScreener 廣告資料(如有)

boost
null | object

該代幣的 DexScreener 推廣資料(如有)

該代幣的 DexScreener 連結更新資料(如有)