Sell security

post

Claim the inicial value that was invested in the security token

Authorizations
Body
objectOptional
Responses
200

Default Response

application/json
post
/investor/sell-security
POST /investor/sell-security HTTP/1.1
Host: 
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 2

{}
{
  "status": "text",
  "message": "text"
}

Was this helpful?