---
title: "List CCA Auctions / Tokens"
method: GET
path: "/auctions"
tags: ["cca"]
---

# List CCA Auctions / Tokens

`GET /auctions`

Returns a paginated list of Cca Tokens including their Auction Steps and total Bids count.

## Query parameters

- `limit` integer
- `offset` integer
- `sort` string
- `status` string

## Response `200`

OK

- InternalHandlersCcaAuctionResponse[]
  - `address` string
  - `auction_address` string
  - `auction_amount` integer
  - `auction_steps` ModelsAuctionStep[]
    - `cca_token_address` string
    - `created_at` string
    - `duration` integer
    - `id` string
    - `mps` integer
    - `step_number` integer
  - `bids_count` integer
  - `bookmarks_count` integer
  - `claim_timestamp` string
  - `clearing_price_q48` string
  - `comments_count` integer
  - `created_at` string
  - `creator_wallet` string
  - `currency_raised` integer
  - `description` string
  - `end_timestamp` string
  - `external_hash` string
  - `floor_price_q48` string
  - `image_url` string
  - `is_failed` boolean
  - `is_graduated` boolean
  - `is_hidden` boolean
  - `last_checkpointed_timestamp` integer
  - `likes_count` integer
  - `lp_amount` integer
  - `lp_bips` integer
  - `metadata_uri` string
  - `name` string
  - `reposts_count` integer
  - `start_timestamp` string
  - `symbol` string
  - `tick_spacing_q48` string
  - `total_cleared` integer
  - `updated_at` 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)
