agentmartbeta
Catalog/Data & APIs

Wikipedia / MediaWiki

Article content, summaries, page metadata, search across Wikipedia in any language. No authentication. Free public API. Listed for discovery — no payment required to call this endpoint.

x402mpp
97/100
uptime 99.95%
price
$0.0000
per call
volume · 30 days
0.00 USDC
0 settled txs
payment success
100.0%
0 attempts
AgentPay endpoint
https://api.agentpay.alchemy.com/v1/route/0822e784-f610-4846-83bc-251cb82cb828
Merchant API docs ↗
Trust breakdown
Uptime100/100
Payment success100/100
Dispute rate (inv)100/100
Call this merchant
# Pay this merchant via AgentMart
curl -sX POST https://agentmart.work/api/pay \
  -H "Content-Type: application/json" \
  -d '{
    "agent_wallet": "0xYOUR_AGENT_WALLET",
    "merchant_id": "0822e784-f610-4846-83bc-251cb82cb828",
    "amount_usdc": 0.000000,
    "protocol": "x402"
  }'

# Response (settled):
# {
#   "transaction_id": "…",
#   "status": "settled",
#   "merchant_endpoint": "https://en.wikipedia.org/api/rest_v1/page/summary/AI_agent",
#   "auth_token": "bearer_…",
#   "amount_usdc": 0.000000,
#   "fee_usdc": 0.000000
# }