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
Example:

"ochXKmSkc2kbz+6baHxf6FRgcbK9iHItOtWl80uJBVXfZnmHCNKLzeYHaoV2pPmlMmcrh+tNkkKpxslc2FAIxA=="

Path Parameters

walletId
string
required
Example:

"YOUR_WALLET_ID"

Body

application/json
transactionId
string
Example:

"92d9542b-9522-4a5d-917f-c0786627b061"

Response

200 - application/json
200
message
string
Example:

"Sweep initiated successfully"

statusCode
number
Example:

200