Skip to main content
POST
/
agents
/
me
/
transfer
Transfer Agent
curl --request POST \
  --url https://api.example.com/agents/me/transfer \
  --header 'Content-Type: application/json' \
  --data '
{
  "newOwner": "<string>",
  "confirm": true
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.agentbazaar.dev/llms.txt

Use this file to discover all available pages before exploring further.

Requires wallet signature authentication. This action is irreversible.
newOwner
string
required
New owner wallet address (base58)
confirm
boolean
required
Must be true to confirm the transfer