---
title: "Get contracts"
method: GET
path: "/characters/{character_id}/contracts"
tags: ["Contracts"]
---

# Get contracts

`GET /characters/{character_id}/contracts`

Returns contracts available to a character, only if the character is issuer, acceptor or assignee. Only returns contracts no older than 30 days, or if the status is "in_progress".

## Path parameters

- `character_id` integer, required

## 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[]
  - `acceptor_id` integer, required — Who will accept the contract
  - `assignee_id` integer, required — ID to whom the contract is assigned, can be alliance, corporation or character ID
  - `availability` 'public' | 'personal' | 'corporation' | 'alliance', required — To whom the contract is available
  - `buyout` number, double — Buyout price (for Auctions only)
  - `collateral` number, double — Collateral price (for Couriers only)
  - `contract_id` integer, required
  - `date_accepted` string, date-time — Date of confirmation of contract
  - `date_completed` string, date-time — Date of completed of contract
  - `date_expired` string, date-time, required — Expiration date of the contract
  - `date_issued` string, date-time, required — Сreation date of the contract
  - `days_to_complete` integer — Number of days to perform the contract
  - `end_location_id` integer — End location ID (for Couriers contract)
  - `for_corporation` boolean, required — true if the contract was issued on behalf of the issuer's corporation
  - `issuer_corporation_id` integer, required — Character's corporation ID for the issuer
  - `issuer_id` integer, required — Character ID for the issuer
  - `price` number, double — Price of contract (for ItemsExchange and Auctions)
  - `reward` number, double — Remuneration for contract (for Couriers only)
  - `start_location_id` integer — Start location ID (for Couriers contract)
  - `status` 'outstanding' | 'in_progress' | 'finished_issuer' | 'finished_contractor' | 'finished' | 'cancelled' | 'rejected' | 'failed' | 'deleted' | 'reversed', required — Status of the the contract
  - `title` string — Title of the contract
  - `type` 'unknown' | 'item_exchange' | 'auction' | 'courier' | 'loan', required — Type of the contract
  - `volume` number, double — Volume of items in the contract

## Other responses

- `default` — Error

---

[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/versions/7bad2f0024dd/schema)
