POST
/
v1
/
wallets
/
{walletId}
/
salvage
curl --request POST \
  --url https://api.blockradar.co/v1/wallets/{walletId}/salvage \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "amount": "AMOUNT_TO_SEND",
  "blockchainId": "BLOCKCHAIN_ID",
  "recipientAddress": "RECIPIENT_ADDERESS",
  "senderAddress": "THE_CHILD_WALLET_ADDRESS",
  "tokenAddress": "TOKEN_ADDRESS"
}'
{
  "message": "Salvage asset initiated successfully",
  "statusCode": 200
}

Authorizations

x-api-key
string
header
required

Path Parameters

walletId
string
required

Body

application/json
amount
string
blockchainId
string
recipientAddress
string
senderAddress
string
tokenAddress
string

Response

200 - application/json
200 - Native Asset / 200 - Token
message
string
statusCode
number