Skip to main content
Version: 1.2.0 - Production

Stock Deposit

POST 

/v1.2/stock/deposit

This is used to deposit stocks into a customer's portfolio account.

Request

Header Parameters

    Throttle-Key string

Body

    accountNumber stringrequired

    The Security account number

    exchange stringrequired

    The exchange

    symbol stringrequired

    The symbol

    quantity numberrequired
    averagePrice numberrequired
    narration stringrequired

Responses

OK

Schema
    status stringrequired

    Possible values: [SUCCESS, FAILED]

    reason string
    rejectCode number

    Find error codes here

    requestId string
Loading...
Is this page helpful for you?