Get all transactions by network

Returns a list of transactions for the specified network. Supports both traditional pagination and scroll API for large datasets.

Path Params
string
required
Query Params
string

Page number "offset"

string

Page size

boolean
Defaults to false

Whether to use scroll API for pagination

number
Defaults to 100

Batch size for scroll requests

boolean

Whether there are more results available (only when useScroll=true)

string

Network identifier

string

Address to filter transactions

string

Start time filter (ISO format)

string

End time filter (ISO format)

string

Comma-separated message types to filter

string

Transaction status (e.g., "success", "failed")

Body Params
string

Scroll ID for pagination (only when useScroll=true)

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json