curl --request GET \
--url https://api.blockradar.co/v1/wallets/{id}/virtual-accounts \
--header 'x-api-key: <api-key>'{
"data": {
"accountName": "luthfulah osen",
"accountNumber": "9018927611",
"address": null,
"bankCode": "076",
"bankName": "Polaris Bank",
"createdAt": "2025-11-06T18:30:34.286Z",
"currency": "NGN",
"customer": {
"createdAt": "2025-11-06T18:30:34.286Z",
"email": "[email protected]",
"id": "caa17eb8-4da8-45b4-a866-81dd0a1df613",
"name": "luthfulah osen",
"network": "mainnet",
"phone": "+2348161846125",
"status": "ACTIVE",
"updatedAt": "2025-11-06T18:30:34.286Z"
},
"id": "8180309e-1ead-4a72-a013-b5674600ce4c",
"isActive": true,
"reference": "20",
"status": "ACTIVE",
"type": "AUTO_FUNDING",
"updatedAt": "2025-11-06T18:30:34.286Z",
"wallet": {
"address": "0xD8582C57E56Ef45f9fe82870aDF63d9baB89e1F7",
"configurations": null,
"createdAt": "2024-05-27T19:33:42.377Z",
"derivationPath": "m/44'/60'/0'/0/11",
"description": "This is Base wallet",
"id": "35e964a6-436a-424f-bf3a-618cc060feea",
"isActive": true,
"name": "Base Wallet",
"network": "mainnet",
"status": "ACTIVE",
"updatedAt": "2024-05-27T19:33:42.377Z"
}
},
"message": "Virtual account retrieved successfully",
"statusCode": 200
}This endpoint is used to retrieve the virtual account associated with a specific master wallet.
curl --request GET \
--url https://api.blockradar.co/v1/wallets/{id}/virtual-accounts \
--header 'x-api-key: <api-key>'{
"data": {
"accountName": "luthfulah osen",
"accountNumber": "9018927611",
"address": null,
"bankCode": "076",
"bankName": "Polaris Bank",
"createdAt": "2025-11-06T18:30:34.286Z",
"currency": "NGN",
"customer": {
"createdAt": "2025-11-06T18:30:34.286Z",
"email": "[email protected]",
"id": "caa17eb8-4da8-45b4-a866-81dd0a1df613",
"name": "luthfulah osen",
"network": "mainnet",
"phone": "+2348161846125",
"status": "ACTIVE",
"updatedAt": "2025-11-06T18:30:34.286Z"
},
"id": "8180309e-1ead-4a72-a013-b5674600ce4c",
"isActive": true,
"reference": "20",
"status": "ACTIVE",
"type": "AUTO_FUNDING",
"updatedAt": "2025-11-06T18:30:34.286Z",
"wallet": {
"address": "0xD8582C57E56Ef45f9fe82870aDF63d9baB89e1F7",
"configurations": null,
"createdAt": "2024-05-27T19:33:42.377Z",
"derivationPath": "m/44'/60'/0'/0/11",
"description": "This is Base wallet",
"id": "35e964a6-436a-424f-bf3a-618cc060feea",
"isActive": true,
"name": "Base Wallet",
"network": "mainnet",
"status": "ACTIVE",
"updatedAt": "2024-05-27T19:33:42.377Z"
}
},
"message": "Virtual account retrieved successfully",
"statusCode": 200
}"YOUR_WALLET_ID"
200
Show child attributes
"luthfulah osen"
"9018927611"
"076"
"Polaris Bank"
"2025-11-06T18:30:34.286Z"
"NGN"
Show child attributes
"2025-11-06T18:30:34.286Z"
"caa17eb8-4da8-45b4-a866-81dd0a1df613"
"luthfulah osen"
"mainnet"
"+2348161846125"
"ACTIVE"
"2025-11-06T18:30:34.286Z"
"8180309e-1ead-4a72-a013-b5674600ce4c"
true
"20"
"ACTIVE"
"AUTO_FUNDING"
"2025-11-06T18:30:34.286Z"
Show child attributes
"0xD8582C57E56Ef45f9fe82870aDF63d9baB89e1F7"
"2024-05-27T19:33:42.377Z"
"m/44'/60'/0'/0/11"
"This is Base wallet"
"35e964a6-436a-424f-bf3a-618cc060feea"
true
"Base Wallet"
"mainnet"
"ACTIVE"
"2024-05-27T19:33:42.377Z"
"Virtual account retrieved successfully"
200