ZARPLY Devnet Faucet
How to claim via API
Prefer using the faucet programmatically? Use our simple API endpoint.
Step 1: Get your Solana public key
Make sure your wallet is ready and copy your Solana address.
Step 2: Hit the faucet URL with this curl command
curl -X POST https://faucet.zarply.co.za/api/faucet \
-H "Content-Type: application/json" \
-d '{"pubkey": "your_sol_pubkey_here", "token_id": "token_id"}'
Use token_id from the token list above. Omit for default token.
What does this faucet do?
Faucet Tokens
Receive configured token amount for testing on Solana Devnet
SOL for Gas
Automatically receives minimal SOL for transaction fees if needed
Rate Limits
Limited to 5 requests , 1 per wallet per 24 hours