Nonce

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

Request Body

NameTypeDescription

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"
}

Last updated