Skip to main content
Version: 1.2.0 - Production

Get Cash Account

GET 

/v1.2/customer/account/cash

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

Header Parameters

    Throttle-Key string

Responses

OK

Schema
    status string
    reason string
    rejectCode integer

    Find error codes here

    cashAccount object
    cashAccountNumber string
    currency string
    balance number
    blockedAmount number
    odLimit string
    margin string
    createdDate string
    status string
    pendingSettle integer
    pendingWithdraw string
    pendingDeposit string
    unsettledTransfers integer
    marginDue integer
    dayMarginDue integer
    marginBlock integer
    dayMarginBlock integer
    secondaryTradingLimit integer
    dailyOdLimit integer
    dailyOdLimitEnabled integer
    cashAvailableForWithdraw number
    buyingPower number
    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?