> ## Documentation Index
> Fetch the complete documentation index at: https://getequity.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Buy token as member

> Buy token as member of an organisation

<ParamField path="id" type="string" required>
  The ID of the member.
</ParamField>

<ParamField path="tokenID" type="string" required>
  The ID of the token.
</ParamField>

<RequestExample>
  ```json theme={null}
  {
      "amount": 10,
      "currency": "NGN"
  }
  ```
</RequestExample>

<ParamField body="amount" type="integer" required>
  Amount of tokens to buy; you get this using amount to invest / token buy price
</ParamField>

<ParamField path="currency" type="string" required>
  currency of token to invest in
</ParamField>

<ResponseExample>
  ```json theme={null}
  {
      "status": "success",
      "message": "Buy order is being processed",
      "data": null
  }
  ```
</ResponseExample>
