メインコンテンツへスキップ
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