About jiema.my

Last updated: 2026-05-01

What jiema.my is

jiema.my is a retail service for temporary phone numbers. You pay a few cents per code, receive a verification SMS on a real mobile number from one of dozens of countries, and the number returns to the shared pool when your session ends. There is no monthly subscription, no setup fee, and no surprise bill at month-end — you only pay for the codes you actually receive.

Who we are for

Anyone who needs to verify an account without handing over their personal phone number. That covers privacy-conscious individuals separating accounts across services, founders testing their own SMS flows, multi-account marketers, regional researchers, support teams that need to QA across countries, and travelers who want a verification number in a country they don't live in.

Our payment philosophy

We accept one currency on one network: USDT on Tron's TRC-20. That keeps fees near zero, settlement under a minute, and our compliance scope predictable. We don't store card data, don't trigger chargebacks, and don't have a payment processor that can freeze the business overnight. The trade-off is convenience for users who only know fiat — we accept that and try to make the on-ramp instructions clear.

How we think about privacy

You can sign up with nothing more than a username and a password — no email, no ID, no real name. Telegram login works the same way: no email involved. Google sign-in is there too, purely as a convenience for people who already use it, not a requirement. We collect the minimum we need beyond that: a provider identifier (Google sub or Telegram user id) if you use those, display name, and order history. We don't sell or rent your data. SMS bodies are kept only while an order is open and are purged within 24 hours of completion. The full picture is in our Privacy Policy — but if you find it shorter than expected, that's intentional.

The team

jiema.my is operated by a small remote team that has been building developer tools and crypto-payment infrastructure for several years. We answer in our Telegram channel — linked in the footer — and run a public bug bounty for high-impact issues.

Contact

Anything from a support question to a press inquiry: send a message to the Telegram channel in the footer. We read every message and reply within 24 hours on weekdays.

Reliability you can build on

Numbers come from a pool of upstream providers with automatic failover: if one source is rate-limited or out of stock, orders route to the next without you noticing. Stock and pricing are pulled live, so the number you see is the number you can buy. Every order is self-healing too — if an SMS never arrives within its window, the order cancels and refunds itself automatically, with no ticket to file.

Built for developers

Beyond the web app, jiema exposes a REST API with Bearer-token authentication so you can request numbers, poll for codes, and check balances programmatically. Rate limits are per account and fully documented. Whether you're automating QA across regions or wiring verification into your own product, the same real-time stock and USDT-TRC20 balance back both the dashboard and the API.

How we secure your account

Passwords are hashed with scrypt and compared with timing-safe checks, so even we can't read them back. Login endpoints are rate-limited, and we deliberately slow down failed attempts on non-existent usernames the same way we treat existing ones, so an attacker can't tell which usernames exist by timing alone. Every state-changing request is checked against its origin to block cross-site forgery. The session cookie itself carries almost nothing — just enough to know who you are — everything else is looked up fresh on each request. None of this requires you to do anything; it's just how the account layer is built.