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:8443Available Endpoints
/healthHealth Check
Check API availability
/api/v1/pricesGet Prices
Get current Stars and Premium prices
/api/v1/commission/ratesGet Commission Rates
Verify current commission rates. KYC mode is permanently free.
/api/v1/queue/statusQueue Status
Get current queue status and processing information
/api/v1/premium/check-eligibilityCheck 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.