Users

Issue Wallet Challenge

Mint a one-time nonce for the agent to sign.

The signed message includes the nonce + a short domain string so a signature for one service can't be replayed against another. The nonce lives in Redis with a 5-min TTL and is single-use (deleted on successful verify).

post/api/v1/users/me/wallet/challenge

Request body

wallet_addressstring required

Response

Successful Response

noncestring required
messagestring required
expires_atstring required

Changes

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