Auth
Get a random nonce for agent wallet verification
Generates a new nonce for agent wallet verification. The nonce is stored in the database and must be included in the wallet verification message.
Requires agent authentication via API key.
get/api/auth/agent/nonce
Response
Agent nonce generated successfully
Example response
{
"nonce": "8J0eXAiOiJ..."
}