Skip to main content
Version: 1.2.0 - Production

Stock Transactions

GET 

/v1.2/statement/stock-transactions

This endpoint will return stock transactions of the current date(UTC) or day before current date.

If time is in the request,

if date is current date or null : response will only contain transaction from given time to current time.

if date is day before current date : response will only contain transaction from given time to end of the date.

Request

Query Parameters

    customerNumber string

    Possible values: >= 1 and <= 12

    time string

    Possible values: Value must match regular expression HH:mm:ss

    Default value: 00:00:00

    UTC time.

    pageNo number

    Default value: 1

    pageWidth number

    Default value: 100

    date string

    Possible values: Value must match regular expression yyyy/MM/dd

    Default value: current date

    today or yesterday

Header Parameters

    Throttle-Key string

Responses

OK

Schema
    status stringrequired
    reason string
    rejectCode integer

    Find error codes here

    isNextPageAvailable boolean
    pageNo integer
    pageWidth integer
    totalNoOfRecords integer
    list object[]
  • Array [
  • transactionId string
    customerNumber string
    referenceNumber string
    accountNumber string
    market string
    exchange string
    symbol string
    price number
    quantity number
    transactionType integer

    1 - Stock Deposit | 2 - Stock Withdraw | 3 - Bonus issue | 4 - Stock Adjustment | 5 - Stock Split | 6 - Reverse Split | 7 - Internal Stock transfer | 8 - Right Issue | 9 - Stock dividend | 10 - Symbol rename | 11 - Reverse Bonus Issue | 12 - Reverse Right Issue | 13 - Reverse of Stock Split | 14 - Reverse of Reverse Stock Split | 15 - Stock Merger | 16 - Spin Off | 17 - Reverse Spin Off | 18 - Reverse Stock Dividend | 19 - Reverse Stock Merger

    transactionCode string

    Possible values: [WITHDRAW, DEPOSIT]

    transactionTime string

    Possible values: Value must match regular expression ^[0-9]{4}/(0[1-9]|1[0-2])/(0[1-9]|[1-2][0-9]|3[0-1])-(2[0-3]|[01][0-9]):[0-5][0-9]:[0-5][0-9]$

  • ]
Loading...
Is this page helpful for you?