B

Base Withdrawal Finalizer · Base Withdrawal

by Base Withdrawal Finalizer

GETBase

$0.04

per call · USD Coin on Base

🆕 Beryl (2026-06-25) cut the single-proof withdrawal window from 7 days to 5, with a dual-proof fast path at ~1 day. Given a Base withdrawal-initiation tx, this decodes the L2ToL1MessagePasser event (the withdrawalHash, target & value needed to prove/finalize on L1) and estimates the finalization windows under the post-Beryl rules. For agents managing cross-chain liquidity.

Endpoint

GET https://402.com.tr/api/x402/base-withdrawal

3

Calls / 30d

1

Unique payers / 30d

Aug 21

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://402.com.tr/api/x402/base-withdrawal", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://402.com.tr/api/x402/base-withdrawal?tx=0x311b9d14a7aa412e5c5a404e07c715ba6b25a5a032962785c088c246beeab302" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "checkedAt": "2026-08-16T16:55:20.544Z",
  "initiatedAt": "2026-08-09T13:38:51.000Z",
  "isBaseWithdrawal": true,
  "sender": "0x4200000000000000000000000000000000000007",
  "target": "0x866E82a600A1414e583f7F13623F1aC5d58b0Afa",
  "tx": "0x311b9d14a7aa412e5c5a404e07c715ba6b25a5a032962785c088c246beeab302",
  "value": "0",
  "verdict": "likely_finalizable",
  "withdrawalHash": "0xc04c8c0acfc056dc9074c50c81df41a51287d9ce2f006b3627df6a6d55599bfc"
}

Payment details

Pay to0x973a31858f4d2125f48c880542da11a2796f12d6
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Onchain Data and the homepage with a featured placement.

Get featured →

More from Base Withdrawal Finalizer & similar services