Get all transactions by network
Returns a list of transactions for the specified network. Supports both traditional pagination and scroll API for large datasets.
Documentation Index
Fetch the complete documentation index at: https://docs.range.org/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use Authorization: Bearer
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.

