Skip to content

Get Server Transactions

GET
/api/v1/servers/{id}/shop/transactions

Gets a list of transactions in this server - shop purchases, /pay, etc.

id
required
string format: int64

The ID of the server.

start
integer format: int32
0

The transaction to start at. Zero-indexed, lower numbers are more recent.

limit
integer format: int32
default: 25

The number of transactions to show. Maximum 50, default 25.

A list of transactions.

If you do not have access to this server.

If the server does not exist.