Skip to main content
POST
/
api
/
sol
/
distribute
Distribute SOL
curl --request POST \
  --url https://public.raze.bot/api/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": [
    "<string>"
  ]
}

Body

application/json
sender
string
required

Sender wallet address

Example:

"62ThHC1rs2GUfa8J4Qjcj5GD2MSL2d65pcJtenNieDnm"

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

Priority tip in lamports (min 900,000)

Example:

1000000

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

Response

Distribution transactions generated

success
boolean
required
Example:

true

transactions
string[]
required

Serialized transactions to be signed and submitted