Add Solana Asset to Cold Vault

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

Fields

Request

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

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

202400401403404500``default

Updated 3 months ago