curl --request POST \
--url https://de.raze.sh/v2/sol/distribute \
--header 'Content-Type: application/json' \
--data '
{
"sender": "62ThHC1rs2GUfa8J4Qjcj5GD2MSL2d65pcJtenNieDnm",
"recipients": [
{
"address": "7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU",
"amount": "0.1"
},
{
"address": "9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM",
"amount": 0.2
}
]
}
'{
"success": true,
"transactions": [
"<string>"
]
}Distribute SOL to multiple recipients. Each recipient gets their own transaction with fee.
curl --request POST \
--url https://de.raze.sh/v2/sol/distribute \
--header 'Content-Type: application/json' \
--data '
{
"sender": "62ThHC1rs2GUfa8J4Qjcj5GD2MSL2d65pcJtenNieDnm",
"recipients": [
{
"address": "7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU",
"amount": "0.1"
},
{
"address": "9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM",
"amount": 0.2
}
]
}
'{
"success": true,
"transactions": [
"<string>"
]
}Request to distribute SOL to multiple recipients
Sender wallet address
"62ThHC1rs2GUfa8J4Qjcj5GD2MSL2d65pcJtenNieDnm"