$0.01
per call · USD Coin on Base
How deep is liquidity for tracked Base tokens and how much is actually trading, with the source named, for sizing an order or declining one.
Endpoint
GET https://api.m2msentinel.com/v1/dex/metrics5
Calls / 30d
4
Unique payers / 30d
Sep 9
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://api.m2msentinel.com/v1/dex/metrics", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://api.m2msentinel.com/v1/dex/metrics" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"metrics": [],
"network": "eip155:8453",
"status": "SUCCESS"
}Payment details
0x6d6c398390cfb88f1cd42715b84906a0bd6652aaUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of DeFi and the homepage with a featured placement.
More from M2M Sentinel & similar services
M2M Sentinel · Audit
api.m2msentinel.com
Before you sign: can this Base contract be paused, frozen, or have tokens minted by its owner, self-destruct, or delegate execution somewhere you have not seen? Returns the opcodes and selectors actually present in the deployed bytecode, resolves proxies and EIP-7702 delegated accounts to what really runs, and states the trust level behind the answer. Evidence for your policy, not a safety verdict.
M2M Sentinel · Whales Signals
api.m2msentinel.com
Who is moving size on Base right now: large ERC-20 transfers reported as observed facts with amounts and source, not as trade signals or predictions.
M2M Sentinel · Security Score
api.m2msentinel.com
How completely could this Base contract be checked, and on what grade of evidence. Separates checked-and-clean from could-not-be-checked, which automated callers otherwise conflate. Explicitly not a safety score.