getUserTopupOrders
Last Updated 11th May, 2025
The getUserTopupOrders
query retrieves a list of all top-up orders associated with the authenticated user. Each order includes basic transaction details.
๐ Endpoint
URL: https://api.vscgames.com/graphql
Method: POST
Content-Type: application/json
๐ Query Structure
๐ฅ Headers
Header
Required
Description
apikey
โ Yes
API key of the user
โ
Successful Response
๐ซ Error Responses
Message
Reason
API key required
Missing apikey
header
Invalid API key
No user found with the API key
๐งช Code Examples
Python
JavaScript
Last updated