Skip to main content
Version: 1.1.1

Create Security Account

POST 

/v1.1/customer/account/security

This is used to create a new security account of a given asset type under a given cash account.

Request

Body

    cashAccountNumber stringrequired

    Cash account number of the cash account.

    securityAccountType integerrequired

    Possible values: [1, 2, 3, 4, 5, 6, 7, 8, 9]

    1 ; Equity, 2 ; Option, 3 ; Futures, 4 ; Forex, 5 ; CFD, 6 ; Spot, 7 ; Auto Trade, 8 ; Investment, 9 ; Fixed Income

Responses

OK

Schema
    accountNumber stringrequired

    Account number of the security account which was created.

    status stringrequired

    Possible values: [SUCCESS, FAILED]

    reason string
    rejectCode number

    Find error codes here

Loading...
Is this page helpful for you?