---
title: "Get CCA Auction / Token details"
method: GET
path: "/auctions/{address}"
tags: ["cca"]
---

# Get CCA Auction / Token details

`GET /auctions/{address}`

Returns detail information for a specific CCA Auction by its auction address or token address.

## Path parameters

- `address` string, required

## 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

## Other responses

- `404` — Not Found

---

[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)
