GET
/
token
/
{chain}
/
{tokenAddress}
/
security
curl --request GET \
  --url https://api-dex.chainstream.io/token/{chain}/{tokenAddress}/security \
  --header 'Authorization: Bearer <token>'
{}

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

Available options:
sol,
base
tokenAddress
string
required

An address of a token

Example:

"6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN"

Response

200 - application/json

The response is of type object.