---
title: "Get public contract bids"
method: GET
path: "/contracts/public/bids/{contract_id}"
tags: ["Contracts"]
---

# Get public contract bids

`GET /contracts/public/bids/{contract_id}`

Lists bids on a public auction contract

## Path parameters

- `contract_id` integer, required — ID of a contract

## Query parameters

- `page` integer — Which page of results to return.

## Headers

- `Accept-Language` 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'
- `If-None-Match` string
- `X-Compatibility-Date` '2025-12-16', date, required
- `X-Tenant` string

## Response `200`

OK

- object[]
  - `amount` number, double, required — The amount bid, in ISK
  - `bid_id` integer, required — Unique ID for the bid
  - `date_bid` string, date-time, required — Datetime when the bid was placed

## Other responses

- `204` — Contract expired or recently accepted by player

---

[API](https://skmtc.net/evemonk/apis/eve-stable-infrastructure-esi-tranquility.md) · [All operations](https://skmtc.net/evemonk/apis/eve-stable-infrastructure-esi-tranquility/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/evemonk/eve-stable-infrastructure-esi-tranquility/revisions/7bad2f0024dd/schema)
