One→many SOL distribute through ephemeral privacy pools
Fans each recipient’s SOL across several throwaway pool accounts before
landing, so the on-chain graph doesn’t link sender→recipient directly.
Replaces POST /api/sol/distribute from public.raze.sh. Returns
partially-signed transactions.
Authorizations
Body
One→many SOL distribute through ephemeral privacy pools. Each recipient's SOL is fanned out across several throwaway pool accounts before landing, so the on-chain graph doesn't link sender→recipient directly. Returns partially-signed transactions.
Ephemeral pools to fan each recipient through. Default 3, clamped to 1–5.
Minimum lamports routed per pool.
Custom tip recipient wallet (defaults to the Raze relay tip wallet).
Flat tip in lamports, floored at 100000. Takes precedence over feeTipLamports.
Custom fee recipient wallet. Only charged together with feeBps.
Percentage fee in basis points of the SOL volume this endpoint moves, sent to feeWallet. Endpoints with no SOL volume charge nothing.
base64, base58 Response
Response envelope with partially-signed transactions
Shared envelope for every /utils/sol/* write endpoint. Optional
fields are omitted from the JSON when unset.
Serialized partially-signed transactions in submission order.
For batch endpoints (transfer, burn): packing metadata.
batches[i] describes transactions[i].
Set by /utils/sol/launch — the mint of the launched token.
Set by /utils/sol/launch and /utils/sol/fees/claim.
Set by /utils/sol/fees/config for action=status reads.
Set when the request had simulate: true. One entry per built tx,
in the same order as transactions. Each entry is the RPC
simulateTransaction value object (logs / unitsConsumed / err).
