---
title: "Collection Transaction History"
method: GET
path: "/collections/tx_history"
tags: ["Orders"]
---

# Collection Transaction History

`GET /collections/tx_history`

Gets transaction history for a collection

## Query parameters

- `limit` integer, required
- `collId` string
- `cursor` string
- `txTypes` TransactionType[]
- `sources` DataSource[]
- `minPrice` number, float
- `maxPrice` number, float
- `traits` string[]
- `traitCountMin` integer
- `traitCountMax` integer
- `includeCurrencies` string[]
- `wallet` string

## Response `200`

Ok

- unknown

## Other responses

- `400`
- `404`
- `422`

---

[API](https://skmtc.net/tensor/apis/trading-api.md) · [All operations](https://skmtc.net/tensor/apis/trading-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tensor/trading-api/revisions/9b2ca326bf47/schema)
