API Documentation
Integrate our rapid gaming fulfillment engine directly into your software or website. Each request carries a flat service fee.
Utility Tools
Helper endpoints for integration.
1. Generate TOTP Code
Convert a Base32 Secret Key into a live 6-digit Google Authenticator code.
GET https://tzapi.tzsmm.com/api/v1/user/otp
Params: key (Your Base32 Secret Key)
SUCCESS RESPONSE
{
"status": "success",
"code": "123456",
"expires_in": 24
}