Skip to main content
POST
/
v3
/
sol
/
distribute
Distribute SOL
curl --request POST \
  --url https://de.raze.sh/v3/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": [
    "4hXTCkRzt9..."
  ]
}

Headers

X-API-Key
string

Body

application/json
sender
string
required

Sender wallet address

Example:

"62ThHC1rs2GUfa8J4Qjcj5GD2MSL2d65pcJtenNieDnm"

recipients
object[]
required
Minimum array length: 1
feeTipLamports
number

Tip in lamports. API key — tip only. Public — tip + 0.001 SOL.

Example:

1000000

encoding
enum<string>
default:base58
Available options:
base58,
base64

Response

Distribution transactions generated

success
boolean
required
Example:

true

transactions
string[]
required

Partially-prepared transactions to be signed and submitted