---
title: "List Transactions"
method: POST
path: "/api/v3/transactions"
tags: ["Transactions"]
---

# List Transactions

`POST /api/v3/transactions`

Retrieve a paginated, filtered list of Transactions

## Request body

- GithubComStoryprotocolProtocolApiApiInternalModelsProtocolv2TransactionRequestBody
  - `options` GithubComStoryprotocolProtocolApiApiInternalModelsProtocolv2TrxQueryOptions
    - `orderBy` 'id' | 'blockNumber' | 'ipId' | 'resourceType'
    - `orderDirection` 'asc' | 'desc'
    - `pagination` object
      - `after` string
      - `before` string
      - `limit` integer
    - `where` object
      - `blockNumber` string
      - `id` string
      - `ipId` string
      - `resourceType` string
      - `transactionHash` string

## Response `200`

OK

- GithubComStoryprotocolProtocolApiApiInternalModelsProtocolv1TransactionsResponse
  - `data` GithubComStoryprotocolProtocolApiApiInternalModelsProtocolv1Transaction[]
    - `actionType` string
    - `blockNumber` string
    - `blockTimestamp` string
    - `createdAt` string
    - `id` string
    - `initiator` string
    - `ipId` string
    - `logIndex` string
    - `resourceId` string
    - `resourceType` string
    - `transactionIndex` string
    - `txHash` string
  - `hasNextPage` boolean
  - `hasPreviousPage` boolean
  - `next` string
  - `prev` string

---

[API](https://skmtc.net/storyapis/apis/story-protocol-api-reference.md) · [All operations](https://skmtc.net/storyapis/apis/story-protocol-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/storyapis/story-protocol-api-reference/revisions/6cb84b9791cd/schema)
