FreeFireTopupOrder
Last Updated 11th May, 2025
The FreeFireTopupOrder
mutation lets your app users directly top up Free Fire Diamonds via the official vscgames API. It deducts user balance, sends a top-up request, and logs the transaction.
๐ Endpoint
URL:
https://api.vscgames.com/graphql
Method: POST
Content-Type:
application/json
๐งพ Mutation Structure
๐ฅ Parameters
Name
Type
Required
Description
productId
Int
โ
Product ID from Topup database
playerID
String
โ
Free Fire player UID
โ
Successful Response
๐ซ Error Codes
Code
Message
401
API key required
403
Invalid API key
404
Top-up product not found
402
Insufficient balance
503
Topup API server error. Try again later
500
Transaction not found after placing order
๐งช Code Examples
Python
JavaScript
Last updated