GET
api
/
members
/
:id
/
token
/
:tokenID
/
buy
{
    "amount": 10,
    "currency": "NGN"
}
{
    "status": "success",
    "message": "Buy 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 buy; you get this using amount to invest / token buy price
currency
string
required
currency of token to invest in
{
    "status": "success",
    "message": "Buy order is being processed",
    "data": null
}