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
Authorization
RequiredBearer <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
Authorization
RequiredBearer <token>API key provided in the Authorization header using Bearer token authentication
In: header
Request Body
application/json
Requiredmessage
RequiredstringThe verification message to be signed
signature
RequiredstringThe signature of the verification message
Wallet verification successful