API Reference
API StatusLogin

Create Instrument Exchange

Creates an Instrument Exchange. The ability to sale of a held instrument and purchase of another.

Body Params
string
required

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

string
required

This will be the ticker of the mutual fund you will be liquidating.

string
required

This will be the ticker of the mutual fund you will be purchasing with the proceeds of the liquidation.

number
required

This is the total notional amount you exchange from the sellSymbol to the buySymbol. This field is populated if quantity is null

number
required

This is the total quantity being sold of the sellSymbol. The proceeds, less any fees, will be used to purchase the buySymbol. This field is only required if amountCash is null.

Response

Response body
object
string
required

The specific id of the exchange.

string
required

The specific exchange number

Language
Credentials
URL