POST /api/auth/verify
Request
POST /api/auth/verify
Content-Type: application/jsonBody
Field
Type
Required
Description
Example
curl -X POST https://api-blowfish.neuko.ai/api/auth/verify \
-H "Content-Type: application/json" \
-d '{
"wallet": "7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU",
"nonce": "nonce-from-challenge",
"signature": "base58-encoded-ed25519-signature"
}'TypeScript example
Response
200 OK
Claim
Value
Errors
Status
Error
Cause
Notes
Last updated