Skip to main content
POST
/
v2
/
sol
/
mixer
Mixer
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>"
  ]
}

Body

application/json

Request to create mixer transactions (buy/sell in one operation)

sender
string
required

Sender wallet address

Example:

"62ThHC1rs2GUfa8J4Qjcj5GD2MSL2d65pcJtenNieDnm"

recipients
object[]
required

Array with exactly one recipient

Required array length: 1 element

Response

Success - Mixer transactions generated

success
boolean
required
Example:

true

transactions
string[]
required

Array of base58-encoded mixer transactions