Skip to main content

Wallet Info

Retrieve wallet addresses, social accounts, and Bankr Club status.

Endpoint

GET /wallet/me

Response

Success (200 OK)

{
"success": true,
"wallets": [
{ "chain": "evm", "address": "0x1234...5678" },
{ "chain": "solana", "address": "5DcK...NdR" }
],
"socialAccounts": [
{ "platform": "farcaster", "username": "alice" },
{ "platform": "twitter", "username": "alice_web3" }
],
"refCode": "A1B2C3D4-BNKR",
"bankrClub": {
"active": true,
"subscriptionType": "monthly",
"renewOrCancelOn": 1720000000000
},
"leaderboard": {
"score": 1250,
"rank": 42
}
}

Backward Compatibility

GET /agent/me still works but is deprecated — it requires walletApiEnabled on your API key. /wallet/me works with any valid API key.

Examples

curl

curl https://api.bankr.bot/wallet/me \
-H "X-API-Key: your_api_key_here"

Bankr CLI

bankr whoami
# or
bankr wallet