# jiema.my

> A retail SMS verification platform. Users buy temporary phone numbers to
> receive SMS one-time codes for services like Google, Apple, Telegram,
> WhatsApp. Payment is USDT-TRC20 only. Multi-language web + Telegram bot +
> Mini App. The product focuses on quick recharge, service/country selection,
> ordering, code retrieval, and order history.

## Core pages

- [Home (English)](https://jiema.my/en): Hero with inline service+country picker, popular services, how it works, FAQ.
- [Browse services](https://jiema.my/en/browse): Full catalog grid (~480 services), live price + stock, with search and category filter.
- [Browse by country](https://jiema.my/en/countries): Country directory; each page lists every service available in that country.
- [Service detail example](https://jiema.my/en/service/telegram): Country picker, price per code, country-level stock for one service.
- [Country detail example](https://jiema.my/en/country/russia): Service grid + SEO content for a specific country.
- [API documentation](https://jiema.my/en/api-docs): Public REST API (/api/v1/*) reference for developers and resellers.
- [Referral & earn](https://jiema.my/en/referral): Sign-in-required dashboard for the 10% commission program (public landing page pending).
- [Recharge (USDT-TRC20)](https://jiema.my/en/recharge): Add funds via TRC-20 wallet pool with automatic on-chain reconciliation.
- [Sign in](https://jiema.my/en/login): Google + Telegram authentication.

## Key facts

- Payment: USDT-TRC20 only, never any other crypto or fiat.
- Pricing: Per-code (one SMS), priced in USDT.
- Wallet pool: Each recharge gets a dedicated wallet locked for a configurable window.
- Auto-matching: Exact-amount on-chain transfer auto-credits balance.
- Mismatched amounts: Sent to manual admin review, never auto-credited.
- Referral: 10% commission, paid in USDT, available to withdraw or move to balance.
- Withdraw: 5% fee, minimum payout $5.00.

## Languages

Available in 21 languages: English, Chinese, Russian, Spanish, Portuguese,
French, German, Italian, Turkish, Arabic, Persian, Hindi, Indonesian,
Vietnamese, Thai, Filipino, Japanese, Korean, Ukrainian, Polish, Malay.

Each page is accessible by replacing /en/ with the locale code (e.g. /zh/, /ru/).

## What we don't do

- We do NOT sell phone numbers permanently — all numbers are temporary, single-use SMS receive.
- We do NOT support fiat payment or any cryptocurrency other than USDT-TRC20.
- We do NOT operate the SMS infrastructure ourselves; we resell capacity from an
  upstream provider while abstracting the brand from end users.

## API (public REST)

A public REST API is available at /api/v1/*, authenticated with personal API keys
(Bearer token format `jm_<32B base64url>`). Each registered user can generate
up to 10 active keys at /account/api-keys; keys are shown once at creation.

Endpoints:

- `GET  /api/v1/services` — full live catalog (services × min price × total stock).
- `GET  /api/v1/countries` — supported countries (id + flag + name).
- `GET  /api/v1/prices?service=<code>` — per-country prices + stock for one service.
- `POST /api/v1/orders` — create an SMS verification order (deducts user balance).
- `GET  /api/v1/orders/<id>` — poll order status; returns SMS body when received.
- `POST /api/v1/orders/<id>/cancel` — cancel before code arrives (full refund).
- `POST /api/v1/orders/<id>/next-sms` — request next code on the same number.
- `GET  /api/v1/account` — current USDT balance and user metadata.

Per-key rate limit: 60 requests / minute. All responses are JSON, monetary fields
in cents (integer). Full schema, code samples (curl / Python / Node), error codes,
and webhooks: [https://jiema.my/en/api-docs](https://jiema.my/en/api-docs).

Use cases: developer QA automation, regional sign-up testing, reseller dashboards,
privacy-respecting research workflows, and any backend that needs to receive
SMS verification codes programmatically.

## Telegram

A Telegram Bot for customer support: @jiema_my_admin. A Mini App version of the web is auto-authenticated via
Telegram WebApp initData.

## Full reference

For a deeper, single-file reference (complete API documentation, FAQ,
error codes, pricing tiers, and usage notes), see:
[https://jiema.my/llms-full.txt](https://jiema.my/llms-full.txt)

## Last updated

2026-05-24
