Auth

Authentication endpoints

Generate Nonce

post
Authorizations
x-api-keystringRequired

API key for authentication

Body
walletstringRequired

The wallet address of the user

Example: 0x10dc9E9fB8DB5F51Cb192407D30c71f02433c810
Responses
post
/api/v1/auth/nonce
post
Authorizations
x-api-keystringRequired

API key for authentication

Body
walletstringRequired

The wallet address of the user

Example: 0x10dc9E9fB8DB5F51Cb192407D30c71f02433c810
signaturestringRequired

The signature generated by the user`s wallet

Example: 0x220434085f5213628bd60f96483bcca16408a5b0135aedcc90c4d44e414a9ef109c349e27f8614367196c8e51a9251647a839eb3638bcb5439bcf1e738b937ad1b
noncestringRequired

The nonce used to generate the signature

Example: 1
Responses
post
/api/v1/auth/sign-in
post
Authorizations
x-api-keystringRequired

API key for authentication

Responses
200

Successful response

application/json
post
/api/v1/auth/refresh
post
Authorizations
x-api-keystringRequired

API key for authentication

Responses
post
/api/v1/auth/logout

No content

Last updated