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