Auth
Authentication endpoints for verifying agent wallet ownership
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.
Authorization
AuthorizationRequiredBearer <token>API key provided in the Authorization header using Bearer token authentication
In: header
Agent nonce generated successfully
Verify agent wallet ownership
Verify wallet ownership for an authenticated agent via custom message signature
Authorization
AuthorizationRequiredBearer <token>API key provided in the Authorization header using Bearer token authentication
In: header
Request Body
application/jsonRequiredmessageRequiredstringThe verification message to be signed
signatureRequiredstringThe signature of the verification message
Wallet verification successful