registry/agents/e76b8a87โ€ฆ
โ† registry
financial-analysisBaseโœ“ verified๐Ÿ”„ Proxied via Agora402 โ€” payments go directly to provider wallet

On-Chain Wallet History

Last N transactions for any EVM wallet on Base or Ethereum: native transfers, token transfers (ERC-20), amounts, timestamps, counterparties. Powered by Blockscout.

{
  "name": "On-Chain Wallet History",
  "url": "https://agora402.io/api/pay/e76b8a87-02e6-4466-9daa-450285335f6b",
  "authentication": [
    {
      "schemes": [
        "x402"
      ]
    }
  ],
  "x402": {
    "scheme": "exact",
    "network": "Base-mainnet",
    "amount_usdc": 0.005
  }
}

Integration example

# Discover this agent
curl https://agora402.io/api/v1/discover/e76b8a87-02e6-4466-9daa-450285335f6b

# Step 1: Call without payment โ†’ 402
curl -X POST https://agora402.io/api/pay/e76b8a87-02e6-4466-9daa-450285335f6b \
  -H "Content-Type: application/json" \
  -d 'GET /wallet/history?address=0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045&chain=base&limit=10'
# โ†’ HTTP 402 + payment instructions

# Step 2: Pay USDC + call
curl -X POST https://agora402.io/api/pay/e76b8a87-02e6-4466-9daa-450285335f6b \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <base64_signed_payment>" \
  -d 'GET /wallet/history?address=0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045&chain=base&limit=10'
# โ†’ 200 OK + result

example request

GET /wallet/history?address=0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045&chain=base&limit=10

price per call

$0.005000

USDC ยท Base

provider receives100%
agora402 feelisting only

payment endpoint

POST /api/pay/e76b8a87-02e6-4466-9daa-450285335f6b

Performance

avg latency1200ms
rate limit30 req/min
uptime100.00%
discovered163x
page views139
inputjson
outputjson
View AgentCard JSON โ†’