---
title: "List Ticks by Auction Address"
method: GET
path: "/auctions/{address}/ticks"
tags: ["cca"]
---

# List Ticks by Auction Address

`GET /auctions/{address}/ticks`

Returns a paginated list of Cca Ticks sorted by price ASC for a specific CCA Auction.

## Path parameters

- `address` string, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

OK

- ModelsCcaTick[]
  - `auction_address` string
  - `clearing_price_q48` string
  - `created_at` string
  - `price_limit` string
  - `total_ton_bid` string

---

[API](https://skmtc.dev/grambo/apis/grambo-api.md) · [All operations](https://skmtc.dev/grambo/apis/grambo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/grambo/grambo-api/revisions/5d88d65e212e/schema)
