Skip to main content
POST
/
extern
/
fe
/
auth
/
challenge
Request a SIWE challenge
curl --request POST \
  --url https://{host}/extern/fe/auth/challenge \
  --header 'Content-Type: application/json' \
  --header 'X-Publishable-Key: <api-key>' \
  --data '
{
  "address": "<string>"
}
'
{
  "status": "<string>",
  "data": {
    "message": "<string>",
    "nonce": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.blend.money/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Publishable-Key
string
header
required

Tenant publishable key (pk_live_...)

Body

application/json
address
string
required
chainId

Response

Success

status
string
required
Allowed value: "success"
data
object
required
Last modified on May 29, 2026