---
title: "List requirements for all options of an offer"
method: GET
path: "/v1/offers/{offer_id}/requirements"
tags: ["Requirements"]
---

# List requirements for all options of an offer

`GET /v1/offers/{offer_id}/requirements`

## Path parameters

- `offer_id` string, required

## Response `200`

Successful response.

- OfferRequirements
  - `object` 'offer_requirements', required — String representing the object's type. Objects of the same type share the same value.
  - `offer_id` string, required — The offer ID
  - `options` object, required — Map of option ID to list of requirements for that option

## Other responses

- `default` — Error response.

---

[API](https://skmtc.dev/coinlist/apis/frontline-api.md) · [All operations](https://skmtc.dev/coinlist/apis/frontline-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coinlist/frontline-api/revisions/fa411ea1bdfb/schema)
