Skip to main content
GET
/
v2
/
dexscr
/
{chain}
/
token
/
{tokenAddress}
DexScreener - Token Info
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>"
  }
}

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.

Authorizations

Authorization
string
header
required

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

Path Parameters

chain
enum<string>
required

A chain name listed in supported networks Supported blockchain chains

Available options:
sol,
eth,
bsc
tokenAddress
string
required

An address of a token

Response

200 - application/json

Successful response

Per-token aggregated DexScreener information.

chain
string
required

Blockchain network identifier

Example:

"sol"

tokenAddress
string
required

Token contract address

Example:

"WCoRVxGcpiwE6EvtDjXHJq6Kcn4nWT9Ubt1PrJHNAzM"

ad
object

DexScreener advertisement data for this token, if any

boost
object

DexScreener boost data for this token, if any

DexScreener link update data for this token, if any