GET
/
token
/
v1
/
{chain}
/
{tokenAddress}
/
pools
Token - Liquidity
curl --request GET \
  --url https://api-dex.chainstream.io/token/v1/{chain}/{tokenAddress}/pools \
  --header 'Authorization: Bearer <token>'
[
  {
    "programAddress": "whirLbMiicVdio4qvUfM5KAg6Ct8VwpYzGff3uctyCc",
    "protocolFamily": "OrcaWhirpool",
    "image": "https://ipfs.io/ipfs/bafkreid7667676767676767676767676767676767676767676767676767676767676767",
    "chain": "sol",
    "poolAddress": "58oQChx4yWmvKdwLLZzBi4ChoCc2fqCUWBkwMihLYQo2",
    "protocolName": "OrcaWhirpool AMM V2",
    "tokenAAddress": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "tokenBAddress": "Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB",
    "tvlInUsd": "1000000.45",
    "tvlInSol": "1000000.45"
  }
]

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,
bsc,
polygon,
arbitrum,
optimism,
avalanche,
ethereum,
zksync,
sui
tokenAddress
string
required

An address of a token

Example:

"6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN"

Response

200 - application/json

The response is of type object[].