OTP: One-Time Password
rest:"Reset OTP"
Domain: api.otp.rest
Get user balance (Auto create 3 tokens for new users)
GET https://api.otp.rest/get_balance.php?address=0x...
Claim voucher code (0.1% fee)
POST https://api.otp.rest/claim.php
Body (JSON):
{
"address": "0x...",
"signature": "...",
"message": { ... }
}
Full documentation for api.otp.rest will be updated soon.