CreateAPIKey
To use the VSC Games API, you'll need a valid API key. This key is used to authenticate your requests and determine your access level.
📲 How to Get Your API Key
To retrieve your API key:
Open Telegram and search for
@cosmospaybot
Start the bot and navigate to the API Section
Your personal API key will be shown or generated there
⚠️ Keep your API key safe. It is tied to your account and controls access to your products, balance, and transactions.
🏷️ API Key Benefits
🔐 Required for all protected endpoints like
getTopupOrder
,getUserTopupOrders
,getProductById
, and more🛍️ Unlocks access to premium and discounted products available only to authenticated users
💼 Merchants can access additional tools with their own
merchantkey
📥 Usage Example
When making GraphQL requests, include your API key in the headers:
Last updated