For the complete documentation index, see llms.txt. This page is also available as Markdown.

Prizes

List prize inventory (admin)

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
pagenumberOptional

Page number (default: 1)

Example: 1
pageSizenumberOptional

Number of items per page (default: 10)

Example: 10
sortstringOptional

Sort field and order. Use - prefix for descending. Example: -createdAt, createdAt

Example: -createdAt
selectstringOptional

Fields to select (comma separated). Use + prefix to include hidden fields. Example: name,status,+holders

populatestringOptional

Relations to populate (comma separated). Example: wallet,token

Responses
200Success

No content

get/api/prizes
200Success

No content

Seed a Bound Bunny prize into inventory (admin)

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
prizeNumbernumberRequired

Prize number (1..100)

Example: 1
namestringRequiredExample: Bound Bunny #001
inscriptionIdstringRequired

Ordinal inscription id

Example: a1a1a1...a1a1a1i0
controllingUtxostringRequired

Treasury UTXO holding the inscription (txid:vout)

Example: a1a1a1...a1a1a1:0
Responses
201Success

No content

post/api/prizes
201Success

No content

Last updated