cURL
curl --request POST \ --url https://api.totalis.com/user/wallet/airdrop \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "amount": 1 }'
{ "signature": "<string>", "amount": 123, "wallet_address": "<string>" }
Airdrop devnet SOL to the user’s embedded wallet. Only works on devnet. Amount must be between 0 and 2 SOL.
Privy JWT token. Use Authorization: Bearer <token>. Supported for REST API only.
Authorization: Bearer <token>
Amount of SOL to airdrop
0 <= x <= 2
Airdrop successful
Solana transaction signature
Was this page helpful?