Get Peggy Transactions
Get unified Peggy transactions (deposit + withdrawal mixed)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
User address (matches both deposit.sender and withdrawal.sender)
Transaction type filter: deposit / withdrawal / empty (all)
Transaction state (optional filter)
Event nonce (exact match)
Outgoing tx ID (exact match)
Start time (Unix timestamp, block_timestamp >= this value)
End time (Unix timestamp, block_timestamp <= this value)
Page number, starts from 1, default 1 (for page-based pagination)
Page size, default 20, maximum 100
Cursor (for cursor-based pagination, optimized for large datasets, takes priority over page) For blocks: use block height (height) For transactions: use transaction number (tx_number) or combination of block height + transaction number