Using Supra CLI
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"
}
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"
}