Retrieves all transactions for a guild grouped by user with pagination, filtering, and sorting
API key for accessing protected guild endpoints
Page number for pagination
x >= 1
Number of results per page
1 <= x <= 100
Filter by specific Roblox user ID
Filter by transaction source
Filter by minimum amount
x >= 0
Filter by maximum amount
x >= 0
Filter by start date (ISO 8601 format)
Filter by end date (ISO 8601 format)
Field to sort by
amount
, quantity
, total
, createdAt
, name
Sort order
asc
, desc
Guild transactions retrieved successfully
The response is of type object
.