Send sol to multiple wallets at once
https://pmpapi.fun/api/batch_sender
Parameter | Type | Description | Required |
---|---|---|---|
sol_amount | number | The amount of SOL to send to each wallet | YES |
wallets | array<string> | An array/list of wallet addresses to send SOL to | YES |
priorityFee | number | The priority fee for the transaction | NO |
userPrivateKey | string | The user’s private key to sign the transaction | YES |
Replace thesol_amount
,wallets
,priorityFee
, anduserPrivateKey
values with the actual values you want to pass.
400 Bad Request
: Invalid request parameters or missing required fields.401 Unauthorized
: Authentication failed.404 Not Found
: The requested resource (endpoint) is not found.429 Too Many Requests
: Rate limit exceeded.500 Internal Server Error
: Unexpected server-side error.200 OK
: The request was successful.