Get Balance History
GET /user/getBalanceHistory
Retrieves the user’s balance change history with pagination. Excludes cashout-related entries.
connected (admin for other users)
Query Parameters
Page number (0-indexed).
Number of results per page (max 50).
The
count field is only returned on the first page (page=0).Get Purchase History
GET /user/getPurchaseHistory
Retrieves the user’s item purchase history with pagination.
connected (admin for other users)
Query Parameters
Page number (0-indexed).
Number of results per page (max 50).
Get Sales History
GET /user/getSalesHistory
Retrieves the user’s buy/sale history with date filtering and search.
connected (admin for other users)
Query Parameters
Page number (0-indexed).
Number of results per page (max 50).
Date range filter. Values:
1W (1 week), 1M (1 month), 1Y (1 year), All (no filter).Search filter (minimum 3 characters).
Get Cashout History
GET /user/getCashoutHistory
Retrieves the user’s cashout history with pagination.
connected (admin for other users)
Query Parameters
Page number (0-indexed).
Number of results per page (max 50).
Get Transaction History
GET /user/getTransactionHistory
Retrieves the user’s transaction history with pagination and search.
connected (admin for other users)
Query Parameters
Page number (0-indexed).
Number of results per page (max 50).
Search filter for transaction items.
Get Transaction Details
GET /user/getTransactionDetails
Retrieves detailed information about a specific transaction.
connected (admin for other users)
Query Parameters
The transaction ID to look up.
| Status | Message |
|---|---|
error | transactionId parameter is required |
error | Transaction not found or access denied |
Get User Buy Orders
GET /user/getBuyorder
Retrieves the user’s active buy orders with pagination and search.
connected (admin for other users)
Query Parameters
Page number (0-indexed).
Number of results per page (max 50, min 1).
Search filter for items.
Support: Get All Incomes
GET /support/getAllIncomes
Retrieves the user’s complete income history (used in support context).
connected
Response
Support: Get All Outcomes
GET /support/getAllOutcomes
Retrieves the user’s complete outcome/expense history (used in support context).
connected
Response
Support: Get All Cashouts
GET /support/getAllCashouts
Retrieves the user’s complete cashout history (used in support context).
connected
Response