Skip to content
FRAGMENT API

프로덕션 REST API

하나의 백엔드로 Telegram 커머스.

공개 가격으로 Telegram Stars와 Premium을 구매하고 지갑 서명은 서버에 안전하게 보관하세요.

API 키 없음 · KYC 0% · no-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.