cURL
curl --request POST \ --url https://api.vexara.io/v1/marketplace/sell \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "agentId": "<string>", "amount": 123, "minPrice": 123 }'
{ "transactionId": "<string>", "signature": "<string>", "amount": 123, "totalReceived": 123 }
Sell tokens of an AI Agent
JWT Bearer token authentication. Include the token in the Authorization header
Minimum price per token (slippage protection)
Sale successful