Withdraw
post
Withdraw from vaults
Authorizations
Body
withdrawAmountnumber · min: 1 · max: 1000000Optional
The value must be positive and greater than 0.
Responses
200
Default Response
application/json
Responsestring[]Example:
An Ethereum address in hexadecimal format.
0x5F5510fD7342Fe76991B02B9A8a140eFa5B64E14400
Error
application/json
post
/manager/withdrawPOST /manager/withdraw HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 521
{
"data": {
"instrument": "text",
"segment": "text",
"concentration": "text",
"emissionAmount": "text",
"emissionEndDate": "text",
"maxExpirationDate": "text",
"maxAcquisitionPrice": "text",
"series": [
{
"name": "text",
"type": "text",
"emissionPercentage": "text",
"remuneration": "text",
"seriesAmount": "text",
"sharesAmount": "text",
"unitPrice": "text",
"interestMonthLack": "text",
"interestPaymentPeriodicity": "text",
"interestAllocationOrder": "text",
"amortizationPaymentPeriodicity": "text",
"amortizationAllocationOrder": "text"
}
]
},
"withdrawAmount": 1
}[
"0x5F5510fD7342Fe76991B02B9A8a140eFa5B64E14"
]Was this helpful?

