メインコンテンツへスキップ
GET
/
v2
/
dexscr
/
{chain}
/
link-updates
DexScreener - Link Updates
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>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.chainstream.io/llms.txt

Use this file to discover all available pages before exploring further.

承認

Authorization
string
header
必須

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

パスパラメータ

chain
enum<string>
必須

A chain name listed in supported networks Supported blockchain chains

利用可能なオプション:
sol,
eth,
bsc

クエリパラメータ

limit
integer<int64>
デフォルト:20

Number of results to return

必須範囲: 1 <= x <= 100

レスポンス

200 - application/json

Successful response

chain
string
必須

Blockchain network identifier

:

"sol"

tokenAddress
string
必須

Token contract address

:

"So11111111111111111111111111111111111111112"

description
string | null

Token description

header
string | null

Token header image URL

icon
string | null

Token icon URL

Token social links in JSON format

openGraph
string | null

Token Open Graph image URL

url
string | null

DexScreener token page URL