v34

latestOpenAPI 3.0.0End User License Agreementraw.githubusercontent.com2026-08-01249654.9 KB
POST

Cast vote on advance

Notes

  • Votes are immutable. Once set, cannot change

  • Header X-Api-Key is required. Use /request-api-key endpoint.

    • If <api_key> is invalid, a 401 error will be returned
  • Signature must be from signing the following message:

    • If voting yes: I hereby confirm my vote that '<advance_name>' IS AN ADVANCE

    • If voting no: I hereby confirm my vote that '<advance_name>' IS INELIGIBLE AS AN ADVANCE

post/set-vote

Headers

X-Api-Keystring

<api_key> from /request-api-key endpoint

Request body

advance_idstring
yesboolean
signaturestring

Response

Success

okboolean