跳转到主要内容
GET
/
v2
/
dexscr
/
{chain}
/
ads
DexScreener - 广告
curl --request GET \
  --url https://api.chainstream.io/v2/dexscr/{chain}/ads \
  --header 'Authorization: Bearer <token>'
[
  {
    "chain": "sol",
    "tokenAddress": "So11111111111111111111111111111111111111112",
    "adType": "<string>",
    "date": "<string>",
    "durationHours": 123,
    "impressions": 123,
    "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"

adType
string | null

广告类型(如 banner)

date
string | null

广告开始日期

durationHours
integer<int64> | null

广告时长(小时)

impressions
integer<int64> | null

广告总曝光次数

url
string | null

DexScreener 代币页面 URL