| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

### Fields
- **id**  
  - *int64*  
  - *required*  
  - ID of the cold vault to add the Solana asset to

- **caip19**  
  - *string*  
  - *required*  
  - CAIP-19 identifier of the Solana asset (URL-encoded)

### Request
Request to add a Solana asset to a cold account by creating a nonce account

- **PayerVaultId**  
  - *int64*  
  - *required*  
  - ID of the hot (online) account that will pay for nonce account creation

### Responses

# `` 202      Accepted - Operation initiated  
# `` 400      Bad Request  
# `` 401      Unauthorized  
# `` 403      Forbidden  
# `` 404      Not Found  
# `` 500      Internal Error  
# `` default      Error

Updated 3 months ago

* * *

### API Request Example

Base URL
```
https://api.your-wallet.blockdaemon-wallet.com/api/vaults/{id}/assets/{caip19}/cold
```

```
curl --request POST \
     --url https://api.your-wallet.blockdaemon-wallet.com/api/vaults/id/assets/caip19/cold \
     --header 'accept: application/json' \
     --header 'content-type: application/json'
```

Click `Try It!` to start a request and see the response here! Or choose an example:

application/json

``202``400``401``403``404``500``default

Updated 3 months ago
