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:

  1. Open Telegram and search for @cosmospaybot

  2. Start the bot and navigate to the API Section

  3. 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:

apikey: YOUR_API_KEY

Last updated