---
title: "Get all transactions by network"
method: POST
path: "/v1/network/{network}/transactions"
tags: ["Network Information"]
---

# Get all transactions by network

`POST /v1/network/{network}/transactions`

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

## Path parameters

- `network` string, required

## Query parameters

- `page` string
- `pageSize` string
- `useScroll` boolean
- `scrollBatchSize` number
- `hasMore` boolean
- `network` string
- `address` string
- `startTime` string
- `endTime` string
- `msgTypes` string
- `status` string

## Request body

- ScrollIdDTO
  - `scrollId` string — Scroll ID for pagination (only when useScroll=true)

## Response `200`

List of transactions for the specified network.

- TransactionsResponseDTO
  - `scrollId` string — Scroll ID for pagination (only when useScroll=true)
  - `hasMore` boolean — Whether there are more results available (only when useScroll=true)
  - `transactions` object[], required — Array of transactions
  - `count` number — Total count of transactions

---

[API](https://skmtc.net/range/apis/range-platform-api.md) · [All operations](https://skmtc.net/range/apis/range-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/range/range-platform-api/revisions/9926df2e476d/schema)
