List Account Positions

Retrives a list of Account Positions by accountID

Path Params
string
required

The user's unique account identifier.

Response

Response body
object
string

The user's unique account identifier.

string

The user's unique account number, that is human readable.

string

The type of trading the account will participate in.

CASH MARGIN

string

Time of last update.

double

The current total market value of the account's open equity positions.

double

The current total market value of the account's open option positions.

double

The current total market value of the account's open debt positions.

double

The current total market value of the account's open positions.

equityPositions
array of objects

An array of the positions in the account.

equityPositions
object
string | null

The ticker symbol of the Instrument. Debt Instruments and Global Mutual Funds do not have symbols and are referred to buy their instrumentID or ISIN.

uuid

A unique ID created by DriveWealth to identify a specific instrument.

string
length between 12 and 14

An International Securities Identification Number (ISIN) uniquely identifies a security. Its structure is defined in ISO 6166. ISINs are commonly used when an Instrument does not have a symbol, such as Debt Instruments and Global Mutual Funds.

string

The classification of the instrument.

EQUITY ALTERNATIVE_ASSET MUTUAL_FUND DEBT OPTION CRYPTO

number

Quantity of shares owned by the account.

number

Cost basis of the position.

number

Current market value of the position.

string

In this case, Side distinguishes the type of position. This will always return 'long'(B).

B

number

The prior closing price of the security.

number

The quantity of the security available for sale.

number

The average price of the position.

number

The current market price of the position.

number

Unrealized profit and loss for position.

number

Unrealized day profit and loss for position in percent.

number

Unrealized day profit and loss for position.

optionsPositions
array of objects

An array of the options positions in the account.

optionsPositions
object
string | null

The ticker symbol of the Instrument. Debt Instruments and Global Mutual Funds do not have symbols and are referred to buy their instrumentID or ISIN.

uuid

A unique ID created by DriveWealth to identify a specific instrument.

string
length between 12 and 14

An International Securities Identification Number (ISIN) uniquely identifies a security. Its structure is defined in ISO 6166. ISINs are commonly used when an Instrument does not have a symbol, such as Debt Instruments and Global Mutual Funds.

string

The classification of the instrument.

EQUITY ALTERNATIVE_ASSET MUTUAL_FUND DEBT OPTION CRYPTO

number

Quantity of shares owned by the account.

number

Cost basis of the position.

number

Current market value of the position.

string

In this case, Side distinguishes the type of position. This will always return 'long'(B).

B

number

The prior closing price of the security.

number

The quantity of the security available for sale.

number

The average price of the position.

number

The current market price of the position.

number

The unrealized profit and loss for the position.

number

The unrealized day profit and loss for position in percent.

number

The unrealized day profit and loss for the position.

mutualFundsPositions
array of objects

An array of the mutual funds positions in the account.

mutualFundsPositions
object
string | null

The ticker symbol of the Instrument. Debt Instruments and Global Mutual Funds do not have symbols and are referred to buy their instrumentID or ISIN.

uuid

A unique ID created by DriveWealth to identify a specific instrument.

string
length between 12 and 14

An International Securities Identification Number (ISIN) uniquely identifies a security. Its structure is defined in ISO 6166. ISINs are commonly used when an Instrument does not have a symbol, such as Debt Instruments and Global Mutual Funds.

string

The classification of the instrument.

EQUITY ALTERNATIVE_ASSET MUTUAL_FUND DEBT OPTION CRYPTO

number

Quantity of shares owned by the account.

number

Cost basis of the position.

number

Current market value of the position.

string

In this case, Side distinguishes the type of position. This will always return 'long'(B).

B

number

The prior closing price of the security.

number

The quantity of the security available for sale.

number

The average price of the position.

debtPositions
array of objects

An array of the debt positions in the account.

debtPositions
object
string | null

The ticker symbol of the Instrument. Debt Instruments and Global Mutual Funds do not have symbols and are referred to buy their instrumentID or ISIN.

uuid

A unique ID created by DriveWealth to identify a specific instrument.

string
length between 12 and 14

An International Securities Identification Number (ISIN) uniquely identifies a security. Its structure is defined in ISO 6166. ISINs are commonly used when an Instrument does not have a symbol, such as Debt Instruments and Global Mutual Funds.

string

The classification of the instrument.

EQUITY ALTERNATIVE_ASSET MUTUAL_FUND DEBT OPTION CRYPTO

number

Quantity of shares owned by the account.

number

Cost basis of the position.

number

Current market value of the position.

string

In this case, Side distinguishes the type of position. This will always return 'long'(B).

B

number

The prior closing price of the security.

number

The quantity of the security available for sale.

number

The average price of the position.

Language
Credentials
URL