Get address (deprecated)

URL Expired

The URL for this request expired after 30 days.

Request to get an address for the native asset.

Parameter Type Status
MasterKey string required
Account string required
Symbol string required
Index integer Defaults to 0
Testnet boolean required

Response Codes

Example Request

Base URL

https://api.your-wallet.blockdaemon-wallet.com/api/cwp/address/get

curl --request POST \
     --url https://api.your-wallet.blockdaemon-wallet.com/api/cwp/address/get \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '  
{
  "Index": 0,
  "Testnet": true
}
'  

Try It!

Choose an example: