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"
}Mint test USDT to a user wallet. The operator pays the gas fee.
500 USDT per address per 24 hours.
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"
}