API Playground

This playground calls public informational endpoints. Purchase endpoints are also available without issued tokens, but require wallet seed/cookies and should be called from your backend or SDK.

Public Endpoints Only

This playground only calls informational endpoints, so it never asks for wallet seed or Fragment cookies. Purchase endpoints also do not need issued tokens; call them from your backend or SDK.

CORS Limitations

Browser-based requests may encounter CORS (Cross-Origin Resource Sharing) errors. This is expected behavior for security reasons. For production use, make API calls from your backend server or use the official SDK which handles this properly.

Base URL

https://fragment-api.ydns.eu:8443

Available Endpoints

GET/health

Health Check

Check API availability

GET/api/v1/prices

Get Prices

Get current Stars and Premium prices

GET/api/v1/commission/rates

Get Commission Rates

Verify current commission rates. KYC mode is permanently free.

GET/api/v1/queue/status

Queue Status

Get current queue status and processing information

POST/api/v1/premium/check-eligibility

Check Premium Eligibility

Check if a user is eligible for Telegram Premium purchase

Enter the Telegram username to check Premium eligibility (without @)

Security

All API requests are enforced to use HTTPS. No sensitive data (seeds or cookies) is transmitted through this playground.