auth

Request Challenge

Request a challenge for wallet authentication.

The challenge must be signed by the wallet and submitted to /session within 60 seconds.

Rate limited to 10 requests per minute per IP to prevent abuse.

post/v1/auth/challenge

Request body

hotkeystring required

SS58 hotkey address

Response

Successful Response

challengestring required

Challenge string to sign

expires_atinteger required

Unix timestamp when challenge expires

Changes

No recorded changes to this endpoint across all 1 revision of this API.