Skip to content
FRAGMENT API

واجهة REST للإنتاج

تجارة Telegram من خادم خلفي واحد.

اشترِ Telegram Stars وPremium بأسعار عامة مع توقيع المحفظة بأمان على خادمك.

لا مفتاح API · KYC ‏0% · بدون KYC ‏0.25%

طلب سعر عامGET
curl https://api.fragment-api.space/api/v1/prices

بلا بيانات اعتماد. آمن قبل الدفع.

نقطة إنتاج

https://api.fragment-api.space

Observed live

Public API, checked independently.

Health, prices, and commission rates resolve separately. A timeout in one check never hides verified data from another.

API status

Checking…

Stars price

Checking…

API commission

Checking…

Two operating modes

Choose control or speed. Keep the rate clear.

The purchase path changes; the client API remains public and needs no issued key.

KYC · 0%

Use your own Fragment session from a trusted backend. The API commission is 0%.

no-KYC · 0.25%

Start with the service session and pay a 0.25% API commission. Verify the public rate before checkout.

Three-step integration

Price. Purchase. Resolve.

A short backend flow keeps customer actions and transaction state unambiguous.

  1. 01

    Read public state

    Fetch prices and commission rates immediately before creating an order.

  2. 02

    Purchase from the backend

    Send wallet seed and, for KYC, Fragment session data only from your server.

  3. 03

    Follow the request ID

    Poll the queue to a final state. Never retry blindly after a transaction may have been signed.

Production boundaries

Evidence you can build around.

The integration contract separates public reads from sensitive purchase work.

Public reads
Health, prices, and commission rates require no API key.
Backend-only secrets
Wallet seed and Fragment cookies never belong in browser code.
Explicit completion
A request ID and final queue status prevent ambiguous duplicate purchases.

Choose your start

Integrate the API or ship the open-source shop.

Follow the reference for a custom backend, or begin with a working Telegram shop implementation.