Get Peggy Withdrawal Txs
Get Peggy withdrawal transactions (Biyachain -> Ethereum)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Sender address (Biyachain address, optional filter)
Receiver address (Ethereum address, optional filter)
Transaction state (optional filter)
Batch nonce (exact match)
Minimum outgoing tx ID (query outgoing_tx_id > this value)
Start time (Unix timestamp, block_timestamp >= this value)
End time (Unix timestamp, block_timestamp <= this value)
Batch query by outgoing tx ids (comma-separated, e.g., "36,46,51" or "[36,46,51]")
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