C

Coinmarketcap · DEX Search

by Coinmarketcap

GETBaseBNB Chain

$0.01

per call · USD Coin on Base

Search for DEX tokens by keyword (name, symbol, or contract address).

Endpoint

GET https://pro-api.coinmarketcap.com/x402/v1/dex/search

46

Calls / 30d

18

Unique payers / 30d

Sep 10

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://pro-api.coinmarketcap.com/x402/v1/dex/search", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://pro-api.coinmarketcap.com/x402/v1/dex/search?q=bnb" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "data": {
    "tks": [
      {
        "addr": "0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
        "cid": 7192,
        "dec": 18,
        "liq": 141742079.24,
        "mc": 1053227843.87,
        "n": "Wrapped BNB",
        "pc24h": 0.0395,
        "plt": "BSC",
        "pltId": 14,
        "plti": 1839,
        "pu": "626.34551132653429346570",
        "s": "WBNB",
        "v24h": 253425810.06
      }
    ],
    "total": 50
  },
  "status": {
    "credit_count": 1,
    "elapsed": 2388,
    "error_code": "0",
    "error_message": "",
    "timestamp": "2026-02-26T11:05:46.935Z"
  }
}

Payment details

Pay to0x3c5f3a6ce224bb89d72f5eb4232ecc27f67b3eea
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, BNB Chain
Schemesexact

Is this your API?

Pin it to the top of Search & Web and the homepage with a featured placement.

Get featured →

More from Coinmarketcap & similar services