post
https://api.blockpeer.finance/api/blockpeer-trade/transfer/beneficiary
Transfer the beneficiary designation to another party. Used when beneficiary rights need to be reassigned.
File Upload Format (Base64 Data URI)
For endpoints that accept file inputs, files must be submitted as a Base64-encoded Data URI string in the document field.
Format
data:<mimeType>;name=<filename>;base64,<base64EncodedContent>
Example
json
{ "document": "data:application/octet-stream;name=BL-0xd7.tt;base64,ewogICJAY29udGV4dCI6IFsKICAgICJodHRwcz..." }
Notes
- Requires End User approval
- Does not affect holder or owner roles
This API returns a URL with sessionId.
Use GET /auth/session-response?sessionId=<sessionId> to retrieve the session result.
