curl --request POST \
--url https://public.raze.sh/api/sol/mixer \
--header 'Content-Type: application/json' \
--data '
{
"sender": "62ThHC1rs2GUfa8J4Qjcj5GD2MSL2d65pcJtenNieDnm",
"receiver": "7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU",
"amount": 0.5,
"feeTipLamports": 1000000
}
'{
"success": true,
"transactions": [
"<string>"
]
}Build a privacy-preserving transfer from sender to receiver using on-chain pool contracts.
Returns two transactions that both require the sender’s signature.
Minimum amount: 0.01 SOL.
curl --request POST \
--url https://public.raze.sh/api/sol/mixer \
--header 'Content-Type: application/json' \
--data '
{
"sender": "62ThHC1rs2GUfa8J4Qjcj5GD2MSL2d65pcJtenNieDnm",
"receiver": "7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU",
"amount": 0.5,
"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.
"62ThHC1rs2GUfa8J4Qjcj5GD2MSL2d65pcJtenNieDnm"
"7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU"
SOL amount to transfer (must be > 0.01)
0.5
1000000
base58, base64