跳转到主要内容
GET
/
v2
/
dexscr
/
{chain}
/
boosts
DexScreener - 推广
curl --request GET \
  --url https://api.chainstream.io/v2/dexscr/{chain}/boosts \
  --header 'Authorization: Bearer <token>'
[
  {
    "chain": "sol",
    "tokenAddress": "So11111111111111111111111111111111111111112",
    "totalAmount": 500,
    "amount": 123,
    "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"

totalAmount
number<double>
必填

累计推广花费数量

示例:

500

amount
number<double> | null

当前推广数量

description
string | null

代币描述

header
string | null

代币头图 URL

icon
string | null

代币图标 URL

代币社交链接(JSON 格式)

openGraph
string | null

代币 Open Graph 图片 URL

url
string | null

DexScreener 代币页面 URL