Investment Types represent the bucket of different financial products that are available for trade on the Pipevest platform. This document will guide you on how to get investment type details.Documentation Index
Fetch the complete documentation index at: https://docs.pipevest.com/llms.txt
Use this file to discover all available pages before exploring further.
Retrieving Investment Types
When requesting investment types details you can do so either by getting:- A list of investment types
- An investment type by a given Id
List of Investment Types
This endpoint can be paginated and sorted.
Investment Type by Id
Entity Reference
| Property | Definition |
|---|---|
investmentId | Unique investment identifier |
investmentType | Investment type associated with the account |
isAvailable | Determines whether the instrument is available for trading |
createdAt | Created at unix timestamp |
updatedAt | Updated at unix timestamp |
Investment Types
Only
INTERNATIONAL_STOCKS is currently available for trade.| Name | Available | Definition |
|---|---|---|
INTERNATIONAL_STOCKS | Yes | Allows trading of international equities and stocks |
COMMODITY | No | Allows trading of raw materials and basic resources (i.e. - Gold, Mining, Agricultural Products) |
BONDS | No | Allows trading of bonds |
LOCAL_STOCKS | No | Allows trading of local equities and stocks |
FOREIGN_EXCHANGE | No | Allows trading of fiat currencies |
CRYPTO | No | Allows trading of crypto currencies |
Webhook Subscriptions
| Subscription | Definition | Domain |
|---|---|---|
INVESTMENT_TYPE | Only events that deal with investment types | Investments |
INVESTMENT_TYPE.CREATED | Triggered when an investment type is created | Investments |
INVESTMENT_TYPE.UPDATED | Triggered when an investment type is updated or there is news | Investments |