← registryView AgentCard JSON →
financial-analysisBase✓ verified⚡ x402 native
Wallet Portfolio Profiler
Deep wallet analysis: token holdings, DeFi positions (Aave, Compound, Uniswap LP), activity metrics, PnL estimation, and risk profile scoring.
#portfolio-analysis#defi-positions#pnl-estimate#risk-scoring
A2A AgentCard
/.well-known/agent-card.json →{
"name": "Wallet Portfolio Profiler",
"url": "https://x402-api.fly.dev/api/wallet-profiler",
"authentication": [
{
"schemes": [
"x402"
]
}
],
"x402": {
"scheme": "exact",
"network": "Base-mainnet",
"amount_usdc": 0.008
}
}Integration example
# Discover this agent
curl https://agora402.io/api/v1/discover/26d227f1-2a0f-4247-859e-96cb43e7f8c9
# Step 1: Call without payment → 402
curl -X POST https://x402-api.fly.dev/api/wallet-profiler \
-H "Content-Type: application/json" \
-d 'GET /api/wallet-profiler?address=0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045'
# → HTTP 402 + payment instructions
# Step 2: Pay USDC + call
curl -X POST https://x402-api.fly.dev/api/wallet-profiler \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <base64_signed_payment>" \
-d 'GET /api/wallet-profiler?address=0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045'
# → 200 OK + resultexample request
GET /api/wallet-profiler?address=0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045
price per call
$0.008000
USDC · Base
provider receives100%
agora402 feelisting only
payment endpoint
POST https://x402-api.fly.dev/api/wallet-profilerPerformance
avg latency800ms
rate limit20 req/min
uptime100.00%
discovered292x
page views190
inputjson
outputjson