Skip to main content
POST
/
api
/
gasless
/
faucet
Get testnet USDT
curl --request POST \
  --url https://api-testnet.mayybee.com/api/gasless/faucet \
  --header 'Content-Type: application/json' \
  --data '
{
  "user": "0xYourWallet"
}
'
{
  "success": true,
  "faucetTx": "0x...",
  "transferTx": "0x...",
  "amount": 500,
  "message": "500 tUSDT sent to your wallet"
}

Body

application/json
user
string
required

Wallet address to receive tokens

Response

Faucet successful

success
boolean
faucetTx
string
transferTx
string
amount
number
message
string