v1
latestOpenAPI 3.0.02026-07-26117198177.4 KBNetwork 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/v1/network/{network}/transactions
Path parameters
networkstring required
Query parameters
pagestring
Example:0
Page number "offset"
pageSizestring
Page size
useScrollboolean
Whether to use scroll API for pagination
scrollBatchSizenumber
Batch size for scroll requests
hasMoreboolean
Whether there are more results available (only when useScroll=true)
networkstring
Network identifier
addressstring
Address to filter transactions
startTimestring
Start time filter (ISO format)
endTimestring
End time filter (ISO format)
msgTypesstring
Comma-separated message types to filter
statusstring
Transaction status (e.g., "success", "failed")
Request body
Response
List of transactions for the specified network.