Instruments are the individual products that can be traded for a given Investment Type. This document will guide you on how to get instrument details.
When requesting account details you can do so either by getting:
Make a GET
request to
/instruments.
Make a GET
request to /instruments/{symbol}
Property | Definition |
---|---|
instrumentId | Unique instrument identifier |
name | Unique customer identifier |
symbol | The symbol associated by the instrument |
investmentId | Unique investment identifier |
isAvailable | Determines whether the instrument is available for trading |
valueChangeOverTime | Instruments performance over a given time period. |
fractionalEnabled | Determines whether the instrument can be fractionally traded |
createdAt | Created at unix timestamp |
updatedAt | Updated at unix timestamp |
Subscription | Definition | Domain |
---|---|---|
INSTRUMENT | Only events that deal with instruments | Instruments |
INSTRUMENT.CREATED | Triggered when an instrument is created | Instruments |
INSTRUMENT.UPDATED | Triggered when an instrument is updated | Instruments |
Instruments are the individual products that can be traded for a given Investment Type. This document will guide you on how to get instrument details.
When requesting account details you can do so either by getting:
Make a GET
request to
/instruments.
Make a GET
request to /instruments/{symbol}
Property | Definition |
---|---|
instrumentId | Unique instrument identifier |
name | Unique customer identifier |
symbol | The symbol associated by the instrument |
investmentId | Unique investment identifier |
isAvailable | Determines whether the instrument is available for trading |
valueChangeOverTime | Instruments performance over a given time period. |
fractionalEnabled | Determines whether the instrument can be fractionally traded |
createdAt | Created at unix timestamp |
updatedAt | Updated at unix timestamp |
Subscription | Definition | Domain |
---|---|---|
INSTRUMENT | Only events that deal with instruments | Instruments |
INSTRUMENT.CREATED | Triggered when an instrument is created | Instruments |
INSTRUMENT.UPDATED | Triggered when an instrument is updated | Instruments |