Skip to main content
Version: 1.1.0

Get Account Summary

GET 

/v1.1/customer/account/cash/summary

This is used to get an overview of the customer account, including both cash and holdings.

Request

Query Parameters

    accountNumber stringrequired

    Security account number

    Example: P000128310

Responses

OK

Schema
    status stringrequired

    Possible values: [SUCCESS, FAILED]

    reason string
    rejectCode integer

    Find error codes here

    accountNumber string

    The security account number

    currency string
    balance number

    round to 5 decimal points.

    blockedAmount number

    round to 5 decimal points.

    odLimit number

    round to 5 decimal points.

    buyingPower number

    round to 5 decimal points.

    cashForWithdrawal number

    round to 5 decimal points.

    lastUpdatedDate string
    unsettledSales number

    round to 5 decimal points.

    unrealizedGains number
Loading...
Is this page helpful for you?