Skip to main content
Version: 1.2.0 - Production

Get Exchange Account

GET 

/v1.2/customer/account/exchange

Use to manage the exchange accounts.

Request

Query Parameters

    exchangeAccountId integerrequired

    Exchange account id.

Header Parameters

    Throttle-Key string

Responses

OK

Schema
    status stringrequired
    reason string
    rejectCode integer

    Find error codes here

    accountNumber string
    exchangeAccountId integer
    exchangeAccount object
    customerNumber string
    accountNumber string

    Security account number

    exchange string
    exchangeInvestor string
    exchangeAccountType string

    Possible values: [0 (Fully Disclosed), 1 (Default), 2 (MBS FD)]

    exchangeCode string
    status string

    Possible values: [2, 5]

    2 (APPROVED) | 5 (DELETE)

    tradingEnabled integer

    Possible values: [1, 0]

    1 (true) | 0 (false)

    feedLevel integer

    Possible values: [0, 1, 2]

    0 (Delayed) | 1 (Delayed and L1) | 2 (Delayed L1 and L2)

    createdDate string
    modifiedDate string
Loading...
Is this page helpful for you?