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

Authorizations

x-api-key
string
header
required

Headers

x-api-key
string

Path Parameters

walletId
string
required

Body

application/json
transactionId
string

Response

200 - application/json
200
message
string
statusCode
number