Transactions
List transaction history
Returns a paginated list of Transaction objects for your account, sorted by creation date with the most recent transactions first.
GET
Query Parameters
Maximum number of transactions to return (default 10).
Required range:
1 <= x <= 100
Cursor for pagination; returns items after this transaction ID.
Cursor for pagination; returns items before this transaction ID.
Specifies related objects to expand in the response (for example, expand[]=charging_session
).
Body
application/json · object
Response
200
application/json
Returns a dictionary with a data property that contains an array of up to limit Transaction objects, starting after Transaction starting_after. Each entry in data is a separate Transaction object. If no additional transactions are available, the array is empty.
The response is of type object
.