Get All Guild Transactions
Ledger
Get all transactions
Retrieves all transactions for a guild grouped by user with pagination, filtering, and sorting
GET
Get All Guild Transactions
Documentation Index
Fetch the complete documentation index at: https://docs.multex.tech/llms.txt
Use this file to discover all available pages before exploring further.
Required Scopes
Rate Limit
10 requests per secondAuthorizations
API key for accessing protected guild endpoints
Query Parameters
Page number for pagination
Required range:
x >= 1Number of results per page
Required range:
1 <= x <= 100Filter by specific Roblox user ID
Filter by transaction source
Filter by minimum amount
Required range:
x >= 0Filter by maximum amount
Required range:
x >= 0Filter by start date (ISO 8601 format)
Filter by end date (ISO 8601 format)
Field to sort by
Available options:
amount, quantity, total, createdAt, name Sort order
Available options:
asc, desc 