1. TokenPoolStats
BDEX Public API
  • 默认模块
    • Pairs
      • List Trading Pairs
    • Bargains
      • Market Data
    • TokenPoolStats
      • Token Pool 24h Stats
        GET
    • Pool
      • V2 LP Positions
      • List Pools
      • Pool Historical Charts
      • Pool Liquidity Distribution
      • Pool Details
    • Kline
      • Klines (Legacy)
      • Token Chart Klines
      • Pair Klines
      • Pair 24h Summary
      • Pool Klines
      • Token Klines
    • Orders
      • Token Orders
      • User Orders
    • Txs
      • Pool Transactions
    • Token
      • Get Token
      • List Tokens
    • Price
      • Token Price
      • Token Weighted Price
    • Debug
      • Ping
    • Swap
      • Pool Swap History
      • Token Swap History
  • BDEX Routing API
    • Routing
      • Get Swap Quote
      • Detect Token Transfer Fee
      • Pool Creation Eligibility
  1. TokenPoolStats

Token Pool 24h Stats

GET
/api/v1/token-pool-stats
Returns 24-hour statistics for a token across pools.

Request

Query Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://dex-wallet.botchain.ai/api/v1/token-pool-stats?token=0xafea2a5e0587615ced6972e271e5bfe8622ebca2&pool_type=all'

Responses

🟢200Success
application/json
Success
Bodyapplication/json

Example
{
    "success": true,
    "code": 0,
    "data": [
        {
            "property1": "string",
            "property2": "string"
        }
    ],
    "meta": {
        "token": "string",
        "count": 0,
        "pool_type": "string"
    }
}
🟠400Bad Request
🔴500Server Error
Modified at 2026-06-08 09:32:27
Previous
Market Data
Next
V2 LP Positions
Built with