Nonce is a random string used to authenticate the users. The nonce that is not used is cleared at regular intervals.
POST /api/auth/nonce
POST
/api/auth/nonce
wallet_address*
String
Public wallet address
profile
Object
Only the first time a profile is accepted
{
name: "User name",
email: "user email address",
custom: [
{ name: "field_name", value: "value }
]
}
{ "nonce": "GEVGREGER" }
{ "error": "Wallet address not found on allowlist" }
Last updated 3 years ago