Skip to main content
GET
/
tokens
/
pools
/
trending
Get Trending Pools with Risk Analysis
curl --request GET \
  --url https://api.webacy.com/tokens/pools/trending \
  --header 'x-api-key: <api-key>'
{
  "pools": [
    {
      "address": "0x8ad599c3a0ff1de082011efddc58f1908eb6e6d8",
      "name": "USDC/ETH",
      "fdv": "1000000000",
      "base_token": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
      "quote_token": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
      "market_cap": "500000000",
      "reserve": "1000000",
      "created_at": "2023-01-15T10:30:00Z",
      "token_price": "1.25",
      "base_token_price": "1.00",
      "quote_token_price": "2500.50",
      "volume": {
        "h1": "50000",
        "h6": "250000",
        "m5": "5000",
        "h24": "1000000",
        "m15": "15000",
        "m30": "25000"
      }
    }
  ],
  "tokens": [
    {
      "address": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
      "risk": {
        "count": 1,
        "medium": 0,
        "high": 0,
        "overallRisk": 0,
        "issues": [
          {
            "score": 1,
            "tags": [
              {
                "name": "Low Liquidity",
                "description": "Token has low trading liquidity"
              }
            ]
          }
        ]
      },
      "metadata": {
        "name": "USD Coin",
        "symbol": "USDC",
        "decimals": 6
      }
    }
  ]
}

Authorizations

x-api-key
string
header
required

Query Parameters

chain
enum<string>
required

Blockchain network to get trending pools from. Supported chains for pool analysis include Ethereum, Base, Binance Smart Chain, Polygon, Optimism, Arbitrum, and Solana Blockchain networks supported for token analysis, pools, and market data operations via CoinGecko integration

Available options:
eth,
base,
bsc,
pol,
opt,
arb,
sol,
ton,
sei,
btc,
sui

Response

Success - Returns trending pools with risk assessments for pools and associated tokens

pools
object[]
required

List of trending liquidity pools

tokens
object[]
required

Risk and metadata information for tokens in the pools