Skip to main content
GET
/
v1
/
offers
/
{offer_id}
/
requirements
List requirements for all options of an offer
curl --request GET \
  --url https://api.coinlist.co/v1/offers/{offer_id}/requirements \
  --header 'Authorization: Bearer <token>'
{
  "object": "offer_requirements",
  "offer_id": "<string>",
  "options": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.coinlist.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

OAuth 2.0 authorization and token endpoints

Path Parameters

offer_id
string
required

The offer ID

Response

Successful response.

object
enum<string>
required

String representing the object's type. Objects of the same type share the same value.

Available options:
offer_requirements
offer_id
string
required

The offer ID

options
object
required

Map of option ID to list of requirements for that option