+ defi-portfolio-data

> DeFi portfolio data

// Returns DeFi portfolio including token balances, LP positions, and protocol positions for a wallet

defiportfoliocryptowallet
// aliases.json

These phrases resolve to this capability with intent-based discovery.

"defi portfolio" "wallet portfolio" "defi positions" "token balances"
// discover.sh
curl -X POST https://api.entroute.com/discover \
  -H "Content-Type: application/json" \
  -d '{"capability_id": "defi.portfolio"}'
// endpoints.json
10 results
https://wallet-portfolio-history-mcp.mtree.workers.dev/tools/token_balances
success: 100%
latency: 18ms
https://wallet-portfolio-history-mcp.mtree.workers.dev/tools/defi_balances
success: 100%
latency: 20ms
#3 Httpay listed
$0.0010
https://httpay.xyz/api/degen-dice
success: 100%
latency: 39ms
$0.0040
https://x402.coinstats.app/wallet/charts
success: 100%
latency: 37ms
$0.0010
https://x402.coinstats.app/portfolio/snapshot/items
success: 100%
latency: 87ms
$0.0050
https://base-intel-api.jakemaxsigal.workers.dev/wallet/score/:address
success: 100%
latency: 44ms
$0.0050
https://api.x402node.dev/market/prices-batch
success: 100%
latency: 48ms
#8 Elsa listed
$0.0030
https://x402-api.heyelsa.ai/api/get_transaction_history
success: 100%
latency: 147ms
// sample request
{
  "wallet_address": "0x1234567890abcdef1234567890abcdef12345678",
  "limit": 20
}
// sample response
{
  "transactions": [
    {
      "hash": "0xabc...",
      "type": "swap",
      "from_token": "ETH",
      "to_token": "USDC",
      "amount": "1.0",
      "timestamp": "2024-01-15T10:30:00Z",
      "status": "confirmed"
    }
  ],
  "total_count": 150
}
#9 Mesh listed
$0.0100
https://mesh.heurist.xyz/x402/agents/EtherscanAgent/get_erc20_top_holders
success: 100%
latency: 51ms
$0.0010
https://filingspulse.theaslangroupllc.com/api/filings/fund-holdings
success: 100%
latency: 205ms
// integrate.md

Use this capability in your agent or application: