curl --request POST \
--url https://public.raze.sh/api/sol/consolidate \
--header 'Content-Type: application/json' \
--data '
{
"wallets": [
"62ThHC1rs2GUfa8J4Qjcj5GD2MSL2d65pcJtenNieDnm",
"7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU"
],
"receiver": "9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM",
"percentage": 90
}
'{
"success": true,
"transactions": [
"<string>"
]
}Build transactions to sweep SOL from many wallets into one receiver.
Each source wallet must sign its transaction before submitting.
Fee: 0.001 SOL per transaction + configurable tip.
curl --request POST \
--url https://public.raze.sh/api/sol/consolidate \
--header 'Content-Type: application/json' \
--data '
{
"wallets": [
"62ThHC1rs2GUfa8J4Qjcj5GD2MSL2d65pcJtenNieDnm",
"7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU"
],
"receiver": "9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM",
"percentage": 90
}
'{
"success": true,
"transactions": [
"<string>"
]
}Documentation Index
Fetch the complete documentation index at: https://docs.raze.bot/llms.txt
Use this file to discover all available pages before exploring further.
Source wallet addresses
1[
"62ThHC1rs2GUfa8J4Qjcj5GD2MSL2d65pcJtenNieDnm"
]Destination wallet address
"9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM"
Percentage of each wallet's balance to sweep (1–100)
1 <= x <= 10090
1000000
base58, base64