Testnet Faucet

Obtain testnet tokens for development.

1

Using Supra CLI

For the latest RPC URL, please refer to the Supra Network Information page.

Option 1: Using account profile.

supra move account fund-with-faucet --profile <PROFILE_NAME> --url <RPC_URL>

Option 2: Using account address.

supra move account fund-with-faucet --account <ADDRESS> --url <RPC_URL>

Example Output:

{
  "Accepted": "TXN-HASH"
}
2

Using GET request

Make a GET call to the faucet endpoint by inserting your address into the following URL.

https://rpc-testnet.supra.com/rpc/v1/wallet/faucet/<YOUR_ACCOUNT_ADDRESS>

Example Output:

{
    "Accepted": "TXN-HASH"
}
3

  • Select Testnet from the network dropdown.

  • Select the Supra token from the asset list.

  • Press the "Collect" faucet button.