The x402 Register independently checks API Acre's unpaid challenge, price, protocol version, and availability. It does not purchase or validate paid results.
Open the current report ↗Run IANA timezone conversion.
API Acre verifies the exact x402 price, Base network, recipient, and request before any wallet opens. One successful call costs $0.001 USDC.
API Acre never receives your private key; signing stays inside your wallet.
Connecting opens Coinbase Wallet. It does not sign or pay.
1 · Choose how to run one call
Both routes use this exact verified request and one-call price. Nothing is connected, signed, installed, or paid until you continue.
Pay with a wallet
Use an installed EVM wallet, or open Coinbase Wallet through a desktop QR code or mobile handoff.
Use Coinbase Agentic Wallet
Copy a command locked to this endpoint, request, and exact USDC cap. Copying is inert; running it may install the official CLI and pay after its authentication and policy checks.
The wallet did not connect, so nothing was signed or paid. Copy this same request and exact USDC cap for Coinbase Agentic Wallet; copying does not install or run it.
- Network
- Recipient
- USDC contract
No ETH gas needed. Connecting does not sign or pay. This EIP-3009 payment needs only the displayed USDC on Base because the facilitator submits settlement. Reject any later prompt that differs from the verified amount or recipient.
Review exact-cap Coinbase command
Running this command may automatically spend up to $0.001 USDC. npx --yes approves package installation. Use a separate low-value wallet and review the verified request first.
npx --yes awal@latest x402 pay https://apiacre.com/v1/data/timezone-convert \
-X POST \
-d '{"timestamp":"2026-11-01T01:30:00","source_timezone":"America/New_York","target_timezone":"Europe/London","ambiguous_time":"later","include_transitions":true}' \
--max-amount 1000 \
--jsonAlternative third-party AgentCash command
The first command checks without paying; running fetch may pay up to the same exact cap.
npx --yes agentcash@latest check https://apiacre.com/v1/data/timezone-convert
npx --yes agentcash@latest fetch https://apiacre.com/v1/data/timezone-convert \
--method POST \
--header 'content-type: application/json' \
--body '{"timestamp":"2026-11-01T01:30:00","source_timezone":"America/New_York","target_timezone":"Europe/London","ambiguous_time":"later","include_transitions":true}' \
--payment-protocol x402 \
--payment-network base \
--max-amount 0.001See the result before connecting · Curated static example
IANA timezone conversion returns structured JSON. This example is static; the paid call returns a fresh result and settlement receipt.
{
"request_id": "018f1f54-7f38-7ba2-8dc3-5f90272d9f1a",
"service": "data.timezone-convert",
"version": "1",
"data": {
"input": {
"timestamp": "2026-11-01T01:30:00",
"offsetAware": false,
"inputOffset": null,
"sourceTimezone": "America/New_York",
"targetTimezone": "Europe/London",
"ambiguousTime": "later"
},
"interpretation": {
"status": "ambiguous_later",
"disambiguationApplied": "later"
},
"instant": {
"utc": "2026-11-01T06:30:00Z",
"unixSeconds": 1793514600,
"unixMilliseconds": 1793514600000
},
"source": {
"timezone": "America/New_York",
"isIana": true,
"localTime": "2026-11-01T01:30:00-05:00",
"utcOffset": "-05:00",
"utcOffsetSeconds": -18000,
"abbreviation": "EST",
"isDst": false,
"dstOffsetSeconds": 0,
"fold": 1
},
"target": {
"timezone": "Europe/London",
"isIana": true,
"localTime": "2026-11-01T06:30:00Z",
"utcOffset": "+00:00",
"utcOffsetSeconds": 0,
"abbreviation": "GMT",
"isDst": false,
"dstOffsetSeconds": 0,
"fold": 0
},
"offsetDifferenceSeconds": 18000,
"transitions": {
"source": {
"previous": {
"atUtc": "2026-11-01T06:00:00Z",
"localBefore": "2026-11-01T01:59:59-04:00",
"localAfter": "2026-11-01T01:00:00-05:00",
"offsetBeforeSeconds": -14400,
"offsetAfterSeconds": -18000,
"changeSeconds": -3600
},
"next": {
"atUtc": "2027-03-14T07:00:00Z",
"localBefore": "2027-03-14T01:59:59-05:00",
"localAfter": "2027-03-14T03:00:00-04:00",
"offsetBeforeSeconds": -18000,
"offsetAfterSeconds": -14400,
"changeSeconds": 3600
}
},
"target": {
"previous": {
"atUtc": "2026-10-25T01:00:00Z",
"localBefore": "2026-10-25T01:59:59+01:00",
"localAfter": "2026-10-25T01:00:00Z",
"offsetBeforeSeconds": 3600,
"offsetAfterSeconds": 0,
"changeSeconds": -3600
},
"next": {
"atUtc": "2027-03-28T01:00:00Z",
"localBefore": "2027-03-28T00:59:59Z",
"localAfter": "2027-03-28T02:00:00+01:00",
"offsetBeforeSeconds": 0,
"offsetAfterSeconds": 3600,
"changeSeconds": 3600
}
}
},
"database": {
"provider": "IANA Time Zone Database",
"ianaRelease": "2026c",
"tzdataPackageVersion": "2026.3",
"databaseUrl": "https://www.iana.org/time-zones",
"databaseLicenseUrl": "https://github.com/eggert/tz/blob/main/LICENSE",
"packageUrl": "https://github.com/python/tzdata",
"packageLicenseUrl": "https://github.com/python/tzdata/blob/master/LICENSE",
"license": "IANA tzdb is public domain or BSD licensed; Python tzdata is Apache-2.0.",
"upstreamAccess": "none; conversion uses the bundled pinned tzdata package"
},
"limitations": [
"IANA time zones represent civil-time rules for representative locations, not geographic boundary lookup from coordinates.",
"Governments can change future offset and daylight-saving rules with little notice; inspect the returned database release.",
"Leap seconds are not represented by Python datetime or this result.",
"Naive nonexistent local times are rejected, and repeated local times require an explicit earlier or later choice."
]
},
"meta": {
"duration_ms": 42,
"cached": false,
"sources": [],
"warnings": [],
"next_actions": []
}
}Review exact request JSON
2 · Authorize one call
- Connected wallet
- Available on Base
- Checking USDC…
- Required
- $0.001 USDC
Checking the connected wallet's Base USDC balance without signing or paying.
Signing authorizes only the verified amount and recipient for this request. Reject the wallet prompt if anything differs. The displayed balance is read locally through your wallet provider and is never sent to API Acre.
Result
Settlement receipt
Change the request (optional)
The default request is verified automatically. Editing it invalidates the quote and requires this no-payment verification again.
Prefer your own client? Use the official x402 SDK examples. Browser checkout requires an EVM wallet with USDC on Base; command-line buyers require their own separately configured wallet and spending policy.