Get all transactions by network
Returns a list of transactions for the specified network. Supports both traditional pagination and scroll API for large datasets.
Authorizations
Authorization method required to allow user to access the api endpoints.
Path Parameters
Query Parameters
Page number "offset"
"0"
Page size
Whether to use scroll API for pagination
Batch size for scroll requests
Whether there are more results available (only when useScroll=true)
Network identifier
Address to filter transactions
Start time filter (ISO format)
End time filter (ISO format)
Comma-separated message types to filter
Transaction status (e.g., "success", "failed")
Body
Scroll ID for pagination (only when useScroll=true)
Response
List of transactions for the specified network.