GET
/
dexpools
/
{chain}
/
{tokenAddress}
/
{poolAddress}
/
stats
curl --request GET \
  --url https://api-dex.chainstream.io/dexpools/{chain}/{tokenAddress}/{poolAddress}/stats \
  --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

支持网络中列出的区块链名称

Available options:
sol,
base
tokenAddress
string
required

代币地址

Example:

"6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN"

poolAddress
string
required

资金池地址

Example:

"58oQChx4yWmvKdwLLZzBi4ChoCc2fqCUWBkwMihLYQo2"

Response

200 - application/json

The response is of type object.