Skip to main content
POST

Authorizations

Authorization
string
header
required

API key for authenticating protected endpoints. Pass as Bearer token in Authorization header.

Body

application/json

Body

email
string<email>

Email address of the subscriber

wallet
string

Wallet address of the subscriber (0x format)

Pattern: ^0x[a-fA-F0-9]{40}$
createdAt
number

Timestamp (in milliseconds) when the subscription was created. Defaults to current time.

Response

Subscriber added successfully

success
enum<boolean>
required

Whether the subscriber was added

Available options:
true