curl --request POST \
--url https://de.raze.sh/v2/sol/mixer \
--header 'Content-Type: application/json' \
--data '
{
"sender": "62ThHC1rs2GUfa8J4Qjcj5GD2MSL2d65pcJtenNieDnm",
"recipients": [
{
"address": "7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU",
"amount": 0.5
}
]
}
'{
"success": true,
"transactions": [
"<string>"
]
}Create mixer transactions that perform buy and sell operations in one transaction. Maximum 1 recipient supported.
curl --request POST \
--url https://de.raze.sh/v2/sol/mixer \
--header 'Content-Type: application/json' \
--data '
{
"sender": "62ThHC1rs2GUfa8J4Qjcj5GD2MSL2d65pcJtenNieDnm",
"recipients": [
{
"address": "7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU",
"amount": 0.5
}
]
}
'{
"success": true,
"transactions": [
"<string>"
]
}Request to create mixer transactions (buy/sell in one operation)
Sender wallet address
"62ThHC1rs2GUfa8J4Qjcj5GD2MSL2d65pcJtenNieDnm"