Skip to content

Using the Testnet and Devnet faucets programmatically

Elliot Lee edited this page May 6, 2020 · 2 revisions

You can get fake XRP for use on the Ripple-operated Testnet or Devnet. This is for testing and development purposes only. These networks/ledgers can be reset at any time.

Web interface: https://xrpl.org/xrp-testnet-faucet.html

Programmatic interface:

Testnet:

curl -X POST https://faucet.altnet.rippletest.net/accounts

Devnet:

curl -X POST https://faucet.devnet.rippletest.net/accounts