Skip to main content
GET
https://ge-exchange-staging-1.herokuapp.com/v1/
api
/
members
/
{id}
/
token
/
{tokenID}
/
sell
{
    "amount": 10,
    "currency": "NGN"
}
{
    "status": "success",
    "message": "Sell order is being processed",
    "data": null
}
id
string
required
The ID of the member.
tokenID
string
required
The ID of the token.
{
    "amount": 10,
    "currency": "NGN"
}
amount
integer
required
Amount of tokens to sell; you get this using amount to invest / token sell price
currency
string
required
currency of token to invest in
{
    "status": "success",
    "message": "Sell order is being processed",
    "data": null
}