curl --request POST \
--url https://public.raze.sh/api/sol/distribute \
--header 'Content-Type: application/json' \
--data '
{
"sender": "62ThHC1rs2GUfa8J4Qjcj5GD2MSL2d65pcJtenNieDnm",
"recipients": [
{
"address": "7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU",
"amount": 0.1
},
{
"address": "9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM",
"amount": 0.2
}
],
"feeTipLamports": 1000000
}
'{
"success": true,
"transactions": [
"<string>"
]
}Build transactions to distribute SOL from one sender to many recipients.
The sender must sign each returned transaction before submitting.
Fee: 0.001 SOL per transaction + configurable tip.
curl --request POST \
--url https://public.raze.sh/api/sol/distribute \
--header 'Content-Type: application/json' \
--data '
{
"sender": "62ThHC1rs2GUfa8J4Qjcj5GD2MSL2d65pcJtenNieDnm",
"recipients": [
{
"address": "7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU",
"amount": 0.1
},
{
"address": "9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM",
"amount": 0.2
}
],
"feeTipLamports": 1000000
}
'{
"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.
Sender wallet address
"62ThHC1rs2GUfa8J4Qjcj5GD2MSL2d65pcJtenNieDnm"
1Show child attributes
Priority tip in lamports (min 900,000)
1000000
base58, base64