GEThttps://sandbox.8pimax.com/api/v1/transactions
| Parameter | Type | Value |
|---|---|---|
| account_id | string | |
| connection_id | string | |
| start_date | date | |
| end_date | date | |
| limit | integer |
List Transactions
Returns transactions with optional filtering and pagination. Results are sorted by date descending.
Example Code
// Node.js
const response = await pimax.transactions.list_transactions({
// params here
});