Skip to main content
POST
Create invite-only membership consent

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}$
code
string
required

Empty for returning member, otherwise normalized uppercase 4–32 letters/digits/hyphens.

Maximum string length: 32

Response

Successful response.

member
object
required
token
string
required