http://xmr.gw3ennwsaonltfox7z3rhhof6mxcq2fnwhcj2qyp3kxsfldnxix5b4yd.onion/api
JSON body with the network slug and a destination address; returns the transaction id (and, for Monero, the tx_key so the payment can be proven). curl -X POST https://cypherfaucet.com/api/v1/claim \
-H 'Content-Type: application/json' \
-d '{"network":"xmr-stagenet","address":"YOUR_ADDRESS"}' Copy Success: {"ok":true,"network":"...","amount":"...","txid":"..."} .