cURL
curl --request GET \ --url https://api.blockradar.co/v1/wallets/{walletId}/beneficiaries/{id} \ --header 'x-api-key: <api-key>'
{ "data": { "address": "0x2455eC6700092991Ce0782365A89d5Cd89c8Fa22", "createdAt": "2025-08-27T22:27:17.071Z", "deletedAt": null, "id": "cc7a86eb-28f8-49e0-aa77-eb01bb38ad2b", "isActive": true, "isDefault": false, "isSettlement": true, "isWhitelisted": true, "name": "Ledger Wallet", "settlementFrequency": "DAILY", "updatedAt": "2025-08-27T22:27:17.071Z" }, "message": "Beneficiary fetched successfully", "statusCode": 200 }
This endpoint retrieves details of a specific beneficiary associated with a wallet.
"YOUR_WALLET_ID"
"BENEFICIARY_ID"
200
Show child attributes
"Beneficiary fetched successfully"