v1
latestOpenAPI 3.0.32026-07-267278168.1 KBAuth
Get SIWE Login Challenge
Get a Sign-In with Ethereum (ERC-4361) challenge for login.
post/v1/auth/erc-4361/login/get_challenge
Request body
Example request
{
"walletAddress": "0x742d35Cc6634C0532925a3b844Bc9e7595f2bD18",
"chainId": "1"
}Response
Challenge message for signing
Example response
{
"success": true,
"result": {
"id": "abc123"
}
}