Skip to main content
GET
/
api
/
public
/
v1
/
hip4
/
questions
Get API public v1 hip4 questions
curl --request GET \
  --url https://api.coinversa.ai/api/public/v1/hip4/questions \
  --header 'X-API-Key: <api-key>'
{
  "count": 123,
  "questions": [
    {
      "description": "<string>",
      "fallbackOutcome": 123,
      "name": "<string>",
      "namedOutcomeIds": [
        123
      ],
      "questionId": 123,
      "settledNamedOutcomes": [
        123
      ],
      "class": "<string>",
      "expiry": "<string>",
      "period": "<string>",
      "priceThresholds": [
        123
      ],
      "underlying": "<string>"
    }
  ],
  "$schema": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.coinversa.ai/llms.txt

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

Authorizations

X-API-Key
string
header
required

Response

OK

count
integer<int64>
required
questions
object[] | null
required
$schema
string<uri>
read-only

A URL to the JSON Schema for this object.

Example:

"https://example.com/schemas/ListQuestionsBody.json"