POST /api/auth/challenge
Request
POST /api/auth/challenge
Content-Type: application/jsonBody
Field
Type
Required
Description
Example
curl -X POST https://api-blowfish.neuko.ai/api/auth/challenge \
-H "Content-Type: application/json" \
-d '{"wallet": "7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU"}'Response
200 OK
{
"nonce": "base64-encoded-32-random-bytes"
}Errors
Status
Error
Cause
Notes
Last updated