$0.005
per call · USD Coin on Base
What a Base transaction costs right now, with the RPC provider and trust level behind the number, so a caller can tell a credentialed reading from a degraded one before pricing a transaction.
Endpoint
GET https://api.m2msentinel.com/v1/gas/fees5
Calls / 30d
4
Unique payers / 30d
Aug 29
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/gas/fees", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://api.m2msentinel.com/v1/gas/fees" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"network": "eip155:8453",
"status": "SUCCESS"
}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.