Get token security information
cURL
curl --request GET \ --url https://api.dex.chainstream.io/v2/token/{chain}/{tokenAddress}/security \ --header 'Authorization: Bearer <token>'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A chain name listed in supported networks Supported blockchain chains
sol
eth
bsc
An address of a token
Was this page helpful?