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
}
'
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