curl --request GET \
--url https://api.blockradar.co/v1/wallets/{walletId}/addresses/{addressId} \
--header 'x-api-key: <api-key>'This endpoint retrieves information about a specific address within a wallet.
| Name | Type | Required | Description |
|---|---|---|---|
| showPrivateKey | boolean | Optional | If true, the response will include the private key. If false or omitted, the private key is not computed. |
curl --request GET \
--url https://api.blockradar.co/v1/wallets/{walletId}/addresses/{addressId} \
--header 'x-api-key: <api-key>'"YOUR_WALLET_ID"
"ADDRESS_ID"
"OPTIONAL_BOOLEAN"