Get all transactions by network
Network Information
Get all transactions by network
Returns a list of transactions for the specified network. Supports both traditional pagination and scroll API for large datasets.
POST
Get all transactions by network
Authorizations
Use Authorization: Bearer
Path Parameters
Query Parameters
Page number "offset"
Example:
"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
application/json
Scroll ID for pagination (only when useScroll=true)
Response
200 - application/json
List of transactions for the specified network.
Last modified on June 6, 2026

