Endpoint Parameters

  • Request parameters

    Name Type Origin Description
    InvestmentId String Route Id of the investment portfolio.
    TargetAccountId String Query-String max withdrawal amount returned to this account id
  • Response Parameters

    View Response Codes
    Name Type Description
    MaxWithdrawalAmount Number Max amount currently available for withdrawal
  • Request Example

    Request URL
    GET /at/v3/investments/1505/maxWithdrawalAmount?TargetAccountId={TargetAccountId}
  • Response Example

    Response body
    {
      "MaxWithdrawalAmount": 10000
    }