$0.005
per call · USD Coin on Base
What a tracked Base token is worth right now, taken as the median of the deepest pools rather than one pair, returning the pools considered and the spread across them.
Endpoint
GET https://api.m2msentinel.com/v1/token/price/:symbol5
Calls / 30d
5
Unique payers / 30d
Aug 30
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/token/price/:symbol", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://api.m2msentinel.com/v1/token/price/:symbol" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"status": "SUCCESS",
"token": {
"symbol": "USDC"
}
}Payment details
0x6d6c398390cfb88f1cd42715b84906a0bd6652aaUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Onchain Data 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 · DEX Metrics
api.m2msentinel.com
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.
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.