Skip to main content
POST
Submit a signed release action

Body

application/json

Sign the exact endpoint-specific message. A syntactically valid signature alone is not authorization.

address
string
required
Pattern: ^0x[0-9a-fA-F]{40}$
nonce
string<uuid>
required

Fresh UUID v4, never reused.

expires
integer<int64>
required

Unix milliseconds; future and no more than five minutes from the server clock.

signature
string
required
Pattern: ^0x[0-9a-fA-F]{130}$
action
object
required

Response

Successful response.

Lists may omit full cards. A publish response can include artworkHash; publication is offchain, not a contract launch.

releases
object[]
required
wishlist
string[]
required
wishedReleases
object[]
more
boolean
artworkHash
string
Pattern: ^[a-f0-9]{64}$