POST
/
v1
/
wallets
/
{walletId}
/
sweep
/
assets
curl --request POST \
  --url https://api.blockradar.co/v1/wallets/{walletId}/sweep/assets \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "transactionId": "TRANSACTION_ID"
}'
{
  "message": "Sweep initiated successfully",
  "statusCode": 200
}

Authorizations

x-api-key
string
header
required

Path Parameters

walletId
string
required

Body

application/json
transactionId
string

Response

200 - application/json
200
message
string
statusCode
number