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.
Retrieving Instruments
When requesting account details you can do so either by getting:
- A list of instruments
- An account by a given Id
List of instruments
Make a GET
request to
/instruments.
This endpoint can be paginated and sorted.
Account by Id
Make a GET
request to /instruments/{symbol}
Entity Reference
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 |
Webhook Subscriptions
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 |