mirrored listing x402 eip155:8453solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp

The real best Solana DEX pools

The real best Solana DEX pools. Same top-pools feed a free API returns, but wash-traded and fake-volume pools are filtered out and the rest ranked by risk-adjusted fee yield (Raydium/Orca/Meteora). Returns clean, decision-ready pools plus an `excluded` list showing exactly which pools were dropped and why. For liquidity, yield and MEV agents that can't trust raw volume numbers.

Do you run soldefi.thomenz.me? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
20000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-12
updated

Provider

soldefi.thomenz.me · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x15773309E68e7d6b561a86bFca8f1bFbf1807D90",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "20000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
    "payTo": "3fPw1ntfRAsTsDtNeJoEyoiTddJePWZ59oRoaRSBShRk",
    "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "amount": "20000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "limit": 15,
          "minTvlUsd": 10000
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "checkedAt": "2026-07-05T12:00:00.000Z",
          "excluded": [
            {
              "dex": "pumpswap",
              "name": "VAR / SOL",
              "poolAddress": "FakePool22222222222222222222222222222222222",
              "reason": "wash_trading: TVL $0 cannot support $126989379 volume"
            }
          ],
          "excludedCount": 1,
          "limit": 15,
          "minTvlUsd": 10000,
          "network": "solana",
          "notes": [
            "Pools flagged as wash-traded or below the TVL floor are excluded (see `excluded`)."
          ],
          "pools": [
            {
              "ageHours": 8600,
              "dex": "raydium",
              "feeTierPct": 0.25,
              "name": "SOL / USDC",
              "poolAddress": "PoolAddr1111111111111111111111111111111111",
              "priceChange24hPct": 1.2,
              "realFeeAprPct": 30.2,
              "riskAdjustedScore": 37.3,
              "turnover": 3.3,
              "tvlUsd": 12400000,
              "verdict": "real fee APR ~30.2% on $12400000 TVL",
              "volume24hUsd": 41000000,
              "washReasons": [
                "volume consistent with TVL"
              ],
              "washTradingRisk": "low"
            }
          ]
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "$schema": "https://json-schema.org/draft/2020-12/schema",
              "additionalProperties": false,
              "properties": {
                "limit": {
                  "description": "Max pools to return (default 15).",
                  "maximum": 50,
                  "minimum": 1,
                  "type": "integer"
                },
                "minTvlUsd": {
                  "description": "Minimum pool TVL in USD (default 10000).",
                  "minimum": 0,
                  "type": "number"
                }
              },
              "type": "object"
            },
            "bodyType": {
              "enum": [
                "json",
                "form-data",
                "text"
              ],
              "type": "string"
            },
            "method": {
              "enum": [
                "POST"
              ],
              "type": "string"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method",
            "bodyType",
            "body"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://soldefi.thomenz.me/v1/solana/pools/top"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://soldefi.thomenz.me/v1/solana/pools/top");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://soldefi.thomenz.me/v1/solana/pools/top")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/5484.json, and this resource appears in /discovery/resources and /discovery/search.