Run World Bank country indicator snapshot.
API Acre verifies the exact x402 price, Base network, recipient, and request before any wallet opens. One successful call costs $0.005 USDC.
API Acre never receives your private key; signing stays inside your wallet.
1 · Run one call
- Network
- Recipient
- USDC contract
No ETH gas needed. Connecting does not sign or pay. Coinbase Wallet supports desktop QR and mobile handoff without a browser extension. This EIP-3009 payment needs only the displayed USDC on Base—not ETH for gas—because the facilitator submits settlement. Reject any later prompt that differs from the verified amount or recipient.
Copy an exact-cap x402 command
The first command checks the route without paying. Running the second command through optional third-party AgentCash may automatically spend up to $0.005 USDC; copying it does nothing. npx --yes approves package installation. Use a separate low-value wallet and review the command before running it.
Review exact command
npx --yes agentcash@latest check https://apiacre.com/v1/data/worldbank-snapshot
npx --yes agentcash@latest fetch https://apiacre.com/v1/data/worldbank-snapshot \
--method POST \
--header 'content-type: application/json' \
--body '{"country_code":"GBR","lookback_years":3}' \
--payment-protocol x402 \
--payment-network base \
--max-amount 0.005See the result before connecting · Curated static example
World Bank country indicator snapshot 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.worldbank-snapshot",
"version": "1",
"data": {
"country": {
"iso3Code": "GBR",
"iso2Code": "GB",
"name": "United Kingdom",
"region": "Europe & Central Asia",
"incomeLevel": "High income",
"lendingType": "Not classified",
"capitalCity": "London"
},
"window": {
"startYear": 2024,
"endYear": 2026,
"lookbackYears": 3
},
"availableMetricCount": 6,
"metrics": {
"gdpCurrentUsd": {
"key": "gdpCurrentUsd",
"indicatorCode": "NY.GDP.MKTP.CD",
"name": "GDP (current US$)",
"unit": "current USD",
"latest": {
"year": 2025,
"value": 4002587541846.01,
"status": null
},
"previous": {
"year": 2024,
"value": 3695539513534.15,
"status": null
},
"latestDelta": 307048028311.86,
"availableObservationCount": 2,
"observations": [
{
"year": 2024,
"value": 3695539513534.15,
"status": null
},
{
"year": 2025,
"value": 4002587541846.01,
"status": null
},
{
"year": 2026,
"value": null,
"status": null
}
],
"sourceLastUpdated": "2026-07-13",
"sourceUrl": "https://api.worldbank.org/v2/country/GBR/indicator/NY.GDP.MKTP.CD?format=json&date=2024%3A2026&per_page=100"
},
"gdpGrowthAnnualPct": {
"key": "gdpGrowthAnnualPct",
"indicatorCode": "NY.GDP.MKTP.KD.ZG",
"name": "GDP growth (annual %)",
"unit": "percent",
"latest": {
"year": 2025,
"value": 1.38844207858726,
"status": null
},
"previous": {
"year": 2024,
"value": 1.08027716858781,
"status": null
},
"latestDelta": 0.30816490999945,
"availableObservationCount": 2,
"observations": [
{
"year": 2024,
"value": 1.08027716858781,
"status": null
},
{
"year": 2025,
"value": 1.38844207858726,
"status": null
},
{
"year": 2026,
"value": null,
"status": null
}
],
"sourceLastUpdated": "2026-07-13",
"sourceUrl": "https://api.worldbank.org/v2/country/GBR/indicator/NY.GDP.MKTP.KD.ZG?format=json&date=2024%3A2026&per_page=100"
},
"population": {
"key": "population",
"indicatorCode": "SP.POP.TOTL",
"name": "Population, total",
"unit": "people",
"latest": {
"year": 2025,
"value": 69487000,
"status": null
},
"previous": {
"year": 2024,
"value": 69281000,
"status": null
},
"latestDelta": 206000,
"availableObservationCount": 2,
"observations": [
{
"year": 2024,
"value": 69281000,
"status": null
},
{
"year": 2025,
"value": 69487000,
"status": null
},
{
"year": 2026,
"value": null,
"status": null
}
],
"sourceLastUpdated": "2026-07-13",
"sourceUrl": "https://api.worldbank.org/v2/country/GBR/indicator/SP.POP.TOTL?format=json&date=2024%3A2026&per_page=100"
},
"inflationAnnualPct": {
"key": "inflationAnnualPct",
"indicatorCode": "FP.CPI.TOTL.ZG",
"name": "Inflation, consumer prices (annual %)",
"unit": "percent",
"latest": {
"year": 2025,
"value": 3.88306881626,
"status": null
},
"previous": {
"year": 2024,
"value": 3.2715729463592,
"status": null
},
"latestDelta": 0.6114958699008,
"availableObservationCount": 2,
"observations": [
{
"year": 2024,
"value": 3.2715729463592,
"status": null
},
{
"year": 2025,
"value": 3.88306881626,
"status": null
},
{
"year": 2026,
"value": null,
"status": null
}
],
"sourceLastUpdated": "2026-07-13",
"sourceUrl": "https://api.worldbank.org/v2/country/GBR/indicator/FP.CPI.TOTL.ZG?format=json&date=2024%3A2026&per_page=100"
},
"unemploymentPct": {
"key": "unemploymentPct",
"indicatorCode": "SL.UEM.TOTL.ZS",
"name": "Unemployment, total (% of total labor force) (modeled ILO estimate)",
"unit": "percent of total labor force",
"latest": {
"year": 2025,
"value": 4.746,
"status": null
},
"previous": {
"year": 2024,
"value": 4.361,
"status": null
},
"latestDelta": 0.385,
"availableObservationCount": 2,
"observations": [
{
"year": 2024,
"value": 4.361,
"status": null
},
{
"year": 2025,
"value": 4.746,
"status": null
},
{
"year": 2026,
"value": null,
"status": null
}
],
"sourceLastUpdated": "2026-07-13",
"sourceUrl": "https://api.worldbank.org/v2/country/GBR/indicator/SL.UEM.TOTL.ZS?format=json&date=2024%3A2026&per_page=100"
},
"lifeExpectancyYears": {
"key": "lifeExpectancyYears",
"indicatorCode": "SP.DYN.LE00.IN",
"name": "Life expectancy at birth, total (years)",
"unit": "years",
"latest": {
"year": 2024,
"value": 81.3868536585366,
"status": null
},
"previous": null,
"latestDelta": null,
"availableObservationCount": 1,
"observations": [
{
"year": 2024,
"value": 81.3868536585366,
"status": null
},
{
"year": 2025,
"value": null,
"status": null
},
{
"year": 2026,
"value": null,
"status": null
}
],
"sourceLastUpdated": "2026-07-13",
"sourceUrl": "https://api.worldbank.org/v2/country/GBR/indicator/SP.DYN.LE00.IN?format=json&date=2024%3A2026&per_page=100"
}
},
"missingMetrics": [],
"warnings": [],
"source": {
"provider": "World Bank",
"dataset": "World Development Indicators",
"apiBaseUrl": "https://api.worldbank.org/v2",
"countryUrl": "https://api.worldbank.org/v2/country/GBR?format=json"
},
"license": {
"id": "CC-BY-4.0",
"url": "https://creativecommons.org/licenses/by/4.0/",
"termsUrl": "https://data.worldbank.org/summary-terms-of-use",
"attribution": "World Bank, World Development Indicators.",
"notice": "Downstream use is subject to the linked dataset terms; preserve this attribution and its acknowledgment requirement, and check indicator metadata for third-party terms."
},
"retrievedAt": "2026-08-12T00:33:37+00:00",
"limitations": [
"Latest years vary by indicator and country; inspect each metric's latest year.",
"Missing or revised observations are reported without interpolation or forecasting.",
"Official statistics only; not investment, legal, credit, or policy advice."
]
},
"meta": {
"duration_ms": 42,
"cached": false,
"sources": [],
"warnings": [],
"next_actions": []
}
}Review exact request JSON
2 · Authorize one call
Connected wallet:
Signing authorizes only the verified amount and recipient for this request. Reject the wallet prompt if anything differs.
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; the optional agent command uses AgentCash's separate local wallet.