API authentication
Endpoints for API authentication (optional)
Generate a login message for a specific wallet address and chain.
wallet_address: The wallet address of the user
selected_chain: The chain of the user
Query parameters
wallet_addressstringRequired
selected_chainstringRequired
Responses
200
Successful Response
application/json
422
Validation Error
application/json
get
/api/generate-login-messageLogin with a specific wallet address and chain.
wallet_address: The wallet address of the user
selected_chain: The chain of the user
nonce: The nonce of the message
message: The message to sign
signature: The signature of the message
Body
wallet_addressstringRequired
selected_chainstringRequired
noncestringRequired
messagestringRequired
signatureany ofRequired
integer[]Optional
stringOptional
Responses
200
Successful Response
application/json
422
Validation Error
application/json
post
/api/loginLast updated