Auth
Authentication endpoints
Authorizations
x-api-keystringRequired
API key for authentication
Body
walletstringRequiredExample:
The wallet address of the user
0x10dc9E9fB8DB5F51Cb192407D30c71f02433c810Responses
201
Nonce generated successfully
application/json
401
Unauthorized.
403
Forbidden.
408
Request timeout.
429
Too many requests.
500
Internal server error
post
/api/v1/auth/noncepost
Authorizations
x-api-keystringRequired
API key for authentication
Body
walletstringRequiredExample:
The wallet address of the user
0x10dc9E9fB8DB5F51Cb192407D30c71f02433c810signaturestringRequiredExample:
The signature generated by the user`s wallet
0x220434085f5213628bd60f96483bcca16408a5b0135aedcc90c4d44e414a9ef109c349e27f8614367196c8e51a9251647a839eb3638bcb5439bcf1e738b937ad1bnoncestringRequiredExample:
The nonce used to generate the signature
1Responses
201
Access token generated successfully
application/json
401
Unauthorized.
403
Forbidden.
408
Request timeout.
429
Too many requests.
500
Internal server error
post
/api/v1/auth/sign-inpost
Authorizations
x-api-keystringRequired
API key for authentication
Responses
200
Successful response
application/json
401
Unauthorized.
403
Forbidden.
408
Request timeout.
429
Too many requests.
500
Internal server error
post
/api/v1/auth/refreshpost
Authorizations
x-api-keystringRequired
API key for authentication
Responses
201Success
401
Unauthorized.
403
Forbidden.
408
Request timeout.
429
Too many requests.
500
Internal server error
post
/api/v1/auth/logoutNo content
Last updated