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

# List Bids by Auction Address

`GET /auctions/{address}/bids`

Returns a paginated list of Cca Bids placed on a specific CCA Auction.

## Path parameters

- `address` string, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

OK

- ModelsCcaBid[]
  - `amount_q48` string
  - `auction_address` string
  - `bid_id` integer
  - `claimed_timestamp` string
  - `created_at` string
  - `exited_timestamp` integer
  - `max_price_q48` string
  - `owner` string
  - `start_cumulative_mps` integer
  - `start_timestamp` string
  - `tokens_filled` 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)
