/wallet/lookup
Request
GET /api/wallet/lookup?handle=elonmuskResponse
{
"handle": "elonmusk",
"twitterId": "44196397",
"address": "7HbxHbUMZRVCkh2f8YSvXkzLygwjL1vgHEFpHQP8qyEn",
"balance": {
"pda": "5.2000",
"vault": "3.1000",
"total": "8.3000"
},
"totalWithdrawn": "10.5000",
"canWithdraw": true,
"withdrawPreview": {
"gross": "8.3000",
"fee": "0.1660",
"net": "8.1340"
},
"profile": {
"name": "Elon Musk",
"profileImageUrl": "https://pbs.twimg.com/...",
"verified": true
}
}Fields
Field
What it is
Errors
Code
Why
Last updated