curl -X POST https://api.heyvincent.ai/user/123/agent-funds \ -H "Content-Type: application/json" \ -d '{ "userControllerAddress": "0xUserWalletAddress...", "networks": ["base-mainnet", "base-sepolia"] }'
{ "agentAddress": "0xAgentSmartAccountAddress...", "tokens": [ { "address": "0xAgentSmartAccountAddress...", "network": "base-mainnet", "tokenAddress": "0xTokenContractAddress...", "tokenBalance": "1000000000000000000", "tokenMetadata": { "decimals": 18, "logo": "https://example.com/token-logo.png", "name": "USD Coin", "symbol": "USDC" }, "tokenPrices": [ { "currency": "usd", "value": "1.00", "lastUpdatedAt": "2024-01-01T00:00:00Z" } ] } ], "pageKey": "optional-pagination-key" }
["base-mainnet", "base-sepolia"]
Show Token object properties
base-mainnet
Show properties
Show Price object properties
usd