$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/search46
Calls / 30d
18
Unique payers / 30d
Sep 10
Last called
exact
Payment scheme
Call this service
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 -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
0x3c5f3a6ce224bb89d72f5eb4232ecc27f67b3eeaUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Search & Web and the homepage with a featured placement.
More from Coinmarketcap & similar services
Coinmarketcap · Quotes Latest
pro-api.coinmarketcap.com
Get the latest market quotes for one or more cryptocurrencies.
StableEnrich · EXA Search
stableenrich.dev
Exa Search - Neural search across the web
Twit · Tweets Search
x402.twit.sh
Search Twitter/X tweets with advanced filters. Returns up to 20 tweets per page, most recent first, with pagination. At least one filter required. Params: words, phrase, anyWords, noneWords, hashtags, from, to, mentioning, minReplies, minLikes, minReposts, since (YYYY-MM-DD), until, next_token. e.g. GET /tweets/search?words=bitcoin&from=elonmusk&minLikes=100. Returns X v2 API-compatible JSON.