cURL
curl --request GET \ --url https://api.zet.money/v1/wallets/{walletId} \ --header 'x-api-key: <api-key>'
{ "success": true, "data": { "id": "wal_01H8X3...", "externalUserId": "user_abc123", "address": "0x1234567890abcdef1234567890abcdef12345678", "chain": "base", "isDeployed": { "base": true, "bsc": false }, "createdAt": "2023-11-07T05:31:56Z", "metadata": {} } }
Retrieve details for a specific wallet including deployment status.
Your Zet API key. Contact zetdotmoney@gmail.com to obtain your keys.
Wallet details.
true
Show child attributes