Skip to content

User Info

GET /agent/user

Returns your user profile and the wallet addresses associated with your agent across all supported chains.

Get user info
curl https://api.bankr.bot/agent/user \
-H "X-API-Key: bk_YOUR_KEY"
Response — 200 OK
{
"user": {
"id": "user_abc123",
"email": "agent@example.com",
"wallets": {
"base": "0x1234...abcd",
"ethereum": "0x1234...abcd",
"polygon": "0x1234...abcd",
"unichain": "0x1234...abcd",
"solana": "Abc123...xyz"
}
}
}