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