Planned — on our roadmap. This capability is documented so you can design your integration ahead of time. It is not yet enabled to call ; for initial go-live, investment flows transact via USSD. If it is part of your integration plan, contact us . See what’s available today .
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.
When requesting investment types details you can do so either by getting:
A list of investment types
An investment type by a given Id
--url https://api.pipevest.com/v1/investments \
--header ' Authorization: Bearer 123456 ' \
--header ' Signature: sig1=:OTEyMjY4...A5NTNDMEQ=: ' \
--header ' Signature-Input: sig1=("authorization" "content-digest" "content-length" "content-type" "x-client-id" "x-idempotency-key" "@method" "@target-uri" "@path" "@query");keyid="staging-pipevest-ed25519";created=1732893484;expires=1732893584 ' \
--header ' X-Client-Id: 123456 ' \
--url https://api.pipevest.com/v1/investments/123456 \
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
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
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