Retrieve transaction history for the organization. Supports filtering by date range, status, asset, network, addresses, and other criteria. Returns paginated results.
| Parameter | Type | Description |
|---|---|---|
startDate | string | Start of date range (ISO 8601) |
endDate | string | End of date range (ISO 8601) |
status | string | Filter by transaction status (CREATED, SUBMITTED, PENDING_APPROVAL, APPROVED, CONFIRMED, FAILED, REPLACED, CANCELLED, PENDING_MEMPOOL, DROPPED, DENIED, APPROVAL_REJECTED) |
asset | string | Filter by asset symbol |
network | string | Filter by network |
fromAddress | string | Filter by source address |
toAddress | string | Filter by destination address |
workflowId | string | Filter by workflow ID |
userId | string | Filter by user ID |
organizationId | string | Filter by organization ID |
sortBy | string | Sort field (createdAt, updatedAt, timestamp, value; default createdAt) |
sortOrder | string | Sort direction (asc, desc; default desc) |
page | number | Pagination page |
limit | number | Items per page |
transactions:read
Retrieve transaction history for the organization. Supports filtering by date range, status, asset, network, addresses, and other criteria. Returns paginated results.
| Parameter | Type | Description |
|---|---|---|
startDate | string | Start of date range (ISO 8601) |
endDate | string | End of date range (ISO 8601) |
status | string | Filter by transaction status (CREATED, SUBMITTED, PENDING_APPROVAL, APPROVED, CONFIRMED, FAILED, REPLACED, CANCELLED, PENDING_MEMPOOL, DROPPED, DENIED, APPROVAL_REJECTED) |
asset | string | Filter by asset symbol |
network | string | Filter by network |
fromAddress | string | Filter by source address |
toAddress | string | Filter by destination address |
workflowId | string | Filter by workflow ID |
userId | string | Filter by user ID |
organizationId | string | Filter by organization ID |
sortBy | string | Sort field (createdAt, updatedAt, timestamp, value; default createdAt) |
sortOrder | string | Sort direction (asc, desc; default desc) |
page | number | Pagination page |
limit | number | Items per page |
transactions:read