{
"amount": 10,
"currency": "NGN"
}
{
"status": "success",
"message": "Sell order is being processed",
"data": null
}
Members
Sell token as member
Sell token as member of an organisation
GET
api
/
members
/
{id}
/
token
/
{tokenID}
/
sell
{
"amount": 10,
"currency": "NGN"
}
{
"status": "success",
"message": "Sell order is being processed",
"data": null
}
string
required
The ID of the member.
string
required
The ID of the token.
{
"amount": 10,
"currency": "NGN"
}
integer
required
Amount of tokens to sell; you get this using amount to invest / token sell price
string
required
currency of token to invest in
{
"status": "success",
"message": "Sell order is being processed",
"data": null
}
Was this page helpful?
