v1

latestOpenAPI 3.0.0ISC License2026-07-17873443.7 KB
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

noncestring required

The nonce to be used in agent wallet verification

Example response

{
  "nonce": "8J0eXAiOiJ..."
}