Servers
Get Server Transactions
Gets a list of transactions in this server - shop purchases, /pay, etc.
get/api/v1/servers/{id}/shop/transactions
Path parameters
idstring int64 required
The ID of the server.
Query parameters
startinteger
The transaction to start at. Zero-indexed, lower numbers are more recent.
limitinteger
The number of transactions to show. Maximum 50, default 25.
Response
A list of transactions.
Changes
No recorded changes to this endpoint across all 1 revision of this API.