Skip to main content
POST
Get SIWE Login Challenge

Body

application/json
walletAddress
string
required

The wallet address requesting to sign in

Example:

"0x742d35Cc6634C0532925a3b844Bc9e7595f2bD18"

chainId
enum<string>
required

EVM chain ID (1=Ethereum, 43114=Avalanche)

Available options:
1,
43114
Example:

"1"

Response

Challenge message for signing

success
boolean
required

Whether the request was successful

Example:

true

error
string

Error message, present only on failure

Example:

""

error_code
string

Semantic error code. See each endpoint's error responses for the specific codes it can return.

deprecated
string

Deprecation notice, if applicable

Example:

""

result
object