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 Global place geocode.
API Acre verifies the exact x402 price, Base network, recipient, and request before any wallet opens. One successful call costs $0.002 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.002 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/place-geocode \
-X POST \
-d '{"place":"London, GB","limit":5}' \
--max-amount 2000 \
--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/place-geocode
npx --yes agentcash@latest fetch https://apiacre.com/v1/data/place-geocode \
--method POST \
--header 'content-type: application/json' \
--body '{"place":"London, GB","limit":5}' \
--payment-protocol x402 \
--payment-network base \
--max-amount 0.002See the result before connecting · Curated static example
Global place geocode 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.place-geocode",
"version": "1",
"data": {
"version": "apiacre-place-geocode/1",
"query": {
"place": "London, GB",
"normalized": "london, gb",
"limit": 5
},
"candidateCount": 2,
"candidateCountCapped": false,
"ambiguous": true,
"resultsTruncated": false,
"results": [
{
"rank": 1,
"geonameId": 2643743,
"name": "London",
"matchedNameType": "primary",
"country": {
"code": "GB",
"name": "United Kingdom",
"iso3": "GBR",
"continentCode": "EU"
},
"admin1": {
"code": "ENG",
"name": "England"
},
"coordinates": {
"latitude": 51.50853,
"longitude": -0.12574
},
"population": 8961989,
"timezone": "Europe/London",
"featureCode": "PPLC",
"modifiedOn": "2026-08-17"
},
{
"rank": 2,
"geonameId": 2643741,
"name": "City of London",
"matchedNameType": "alternate",
"country": {
"code": "GB",
"name": "United Kingdom",
"iso3": "GBR",
"continentCode": "EU"
},
"admin1": {
"code": "ENG",
"name": "England"
},
"coordinates": {
"latitude": 51.51279,
"longitude": -0.09184
},
"population": 8072,
"timezone": "Europe/London",
"featureCode": "PPLA3",
"modifiedOn": "2021-02-17"
}
],
"source": {
"provider": "GeoNames",
"dataset": "GeoNames cities500",
"snapshotBuiltOn": "2026-08-18",
"placeRecords": 235408,
"aliasRecords": 766415,
"homeUrl": "https://www.geonames.org/",
"downloadUrl": "https://download.geonames.org/export/dump/",
"license": "CC BY 4.0",
"licenseUrl": "https://creativecommons.org/licenses/by/4.0/",
"attribution": "GeoNames (CC BY 4.0; https://www.geonames.org/).",
"transformation": "API Acre normalizes exact names and qualifiers, then ranks matches by alias quality, population, and stable GeoName ID.",
"networkRequestsMade": 0
},
"limitations": [
"Coverage follows the GeoNames cities500 extract: populated places above 500 residents and administrative seats through PPLA4, subject to source completeness and accuracy.",
"Matching is exact after Unicode-to-ASCII normalization; this endpoint does not perform fuzzy matching, street-address geocoding, point-of-interest search, parcel lookup, or routing.",
"Unqualified names can be ambiguous. Review country, first-level region, GeoName ID, and coordinates before using a candidate.",
"Population-based ranking is a selection aid, not proof that the first candidate is the caller's intended place.",
"Results use the bundled 2026-08-18 snapshot and can differ from newer GeoNames records."
]
},
"meta": {
"duration_ms": 42,
"cached": false,
"sources": [],
"warnings": [],
"next_actions": [
{
"service": "data.us-weather-forecast",
"title": "Global weather forecast",
"reason": "Use one selected place candidate's coordinates for a separately authorized current global forecast.",
"method": "POST",
"path": "/v1/data/us-weather-forecast",
"price": "$0.003",
"input_template": {
"latitude": "$result.data.results[0].coordinates.latitude",
"longitude": "$result.data.results[0].coordinates.longitude",
"forecast_type": "day_night",
"units": "auto",
"periods": 6,
"include_current_conditions": false,
"include_active_alerts": false
},
"use_output": "Run only after confirming the intended country and region candidate. The forecast is a separate paid request and current weather-source coverage can vary by coordinates.",
"handoff_path": "/catalog/data.us-weather-forecast",
"checkout_path": "/try/data.us-weather-forecast",
"sample_path": "/samples/data.us-weather-forecast",
"maximum_atomic_usdc": "3000",
"handoff_payment_required": false,
"executes_automatically": false,
"authorization_required": true
}
]
}
}Review exact request JSON
2 · Authorize one call
- Connected wallet
- Available on Base
- Checking USDC…
- Required
- $0.002 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.