Admin Users
Get user coin transaction history (paginated timeline)
Retrieve the individual coin ledger rows for a user (newest first): grants, purchases, spends per feature, quota resets and refunds, with the per-bucket split (quotaAmount / purchasedAmount) when v2 is enabled.
get/admin/users/{id}/coin-transactions/history
Path parameters
idstring required
Example:user-uuid-here
User ID
Query parameters
pagenumber
Example:1
Page number (default: 1)
limitnumber
Example:20
Number of items per page (default: 20, max: 100)
Response
User coin transaction history retrieved successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.