Testnet Faucet
Request tokens programmatically via JSON-RPC:
curl -X POST https://faucet.0x-solana.com/rpc \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"faucet_request","params":["0xYOUR_ADDRESS"],"id":1}'
Methods: faucet_request, faucet_info