Get User Transactions
Ledger
Get transactions
Retrieves a specific user’s transactions with pagination, filtering, and sorting
GET
Get User 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
Path Parameters
Roblox user ID
Query Parameters
Page number for pagination
Required range:
x >= 1Number of results per page
Required range:
1 <= x <= 100Filter by transaction source
Filter by minimum amount
Required range:
x >= 0Filter by maximum amount
Required range:
x >= 0Field to sort by
Available options:
amount, quantity, total, createdAt Sort order
Available options:
asc, desc 