Returns 24-hour statistics for a token across pools.
Request Code Samples
curl --location 'https://dex-wallet.botchain.ai/api/v1/token-pool-stats?token=0xafea2a5e0587615ced6972e271e5bfe8622ebca2&pool_type=all'
Responses
{
"success": true,
"code": 0,
"data": [
{
"property1": "string",
"property2": "string"
}
],
"meta": {
"token": "string",
"count": 0,
"pool_type": "string"
}
}
Modified at 2026-06-08 09:32:27