Skip to main content
Version: 1.0.0

Get Cash Account

GET 

/cash-account

This is used to request information to manage the customers cash account.

Request

Query Parameters

    cashAccountNumber stringrequired

    Cash account number of the cash account which wants to get the details.

    Example: C000131463

Responses

OK

Schema
    status stringrequired
    reason string
    rejectCode integer

    Find error codes here)

    cashAccount object
    cashAccountNumber string
    accountType integer

    Possible values: [0, 1, 2]

    0 (Current) | 1 (Savings) | 2 (Investment)

    currency string
    balance integer
    blockedAmount integer
    odLimit string

    Cash account trading limit

    margin string
    createdDate string
    status string

    Possible values: [2, 5]

    2 (APPROVED) | 5 (DELETE)

    pendingSettle integer
    pendingWithdraw string
    pendingDeposit string
    profileId string
    institutionCode string
    unsettledTransfers number
    pendingCharge number
    manualBlock number
    cashAccountId string
    modifiedDate string
    settlementType integer

    Possible values: [0, 1, 2]

    0 (DVP (default for MFS)) | 1 (Prefunded (default for DBFS)) | 2 (Non Settle)

    marginDue integer
    dayMarginDue integer
    marginBlock integer
    dayMarginBlock integer
    mrgDayTrdEnabled integer

    Possible values: [0, 1]

    0 (false) | 1 (true)

    secondaryTradingLimit integer
    dailyOdLimit integer
    primaryTradingLimitExpiry string

    Cash account trading limit expiry date

    secondaryTradingLimitExpiry string
    dailyOdLimitEnabled integer

    Possible values: [1, 0]

    1 (true) | 0 (false)

    cashAvailableForWithdraw integer
    buyingPower integer
    ibanNumber string
    securityAccounts object[]
  • Array [
  • type string
    secApprovalStatus integer
    accountNumber string
    securityAccountType integer
    status string
    statusId string
    accountName string
    currency string
    exchangeAccounts object[]
  • Array [
  • exchange string
    exchangeAccountNumber integer
    exchangeAccountId integer
    exchangeAccountType string
    status string
    tradingEnabled integer
    custodian string
    feedLevel integer
  • ]
  • ]
Loading...
Is this page helpful for you?