Add an Additional Address to an Asset
URL Expired
The URL for this request expired after 30 days.
AddressName
- type: string
- required
CAIP19
- type: string
- required
VaultID
- type: int64
- required
HTTP Response Codes
| Code | Status |
|---|---|
| 200 | OK |
| 400 | Bad Request |
| 401 | Unauthorized |
| 403 | Forbidden |
| 404 | Not Found |
| 409 | Conflict |
| 500 | Internal Error |
| 502 | Bad Gateway |
| 504 | Gateway Timeout |
| default | Error |
API Request Example
Base URL:
https://api.your-wallet.blockdaemon-wallet.com/api/assets/addAddress
curl --request POST \
--url https://api.your-wallet.blockdaemon-wallet.com/api/assets/addAddress \
--header 'accept: application/json' \
--header 'content-type: application/json'
Application/JSON Response Codes:
200
400
401
403
404
409
500
502
504
default