Welcome
GetEquity API offers a set of endpoints designed to support various aspects of managing private investments for customers. Whether you’re a startup looking to offer equity to your investors or a financial institution seeking to facilitate investment transactions, our API provides the tools you need to succeed.Our API products
GetEquity exposes three products. Which one you build against depends on whether you hold your own regulatory permissions, and whether you are distributing investments or issuing credit.Investments API · Direct
For regulated entities. You trade as your organisation, keep your own ledger, and attach a
customer object to each trade.Investments API · Managed
For non-regulated intermediaries. GetEquity holds an account — a member — for each of your users, and you act on their behalf.
Credit API
For credit providers. Lend against the investments a GetEquity user already holds, using their portfolio as collateral.
Not sure which one you need?
Compare the three side by side.
Key Features
- Token Management: Buy, sell, and manage tokens representing investment opportunities.
- Customer Management: Facilitate transactions and manage investments on behalf of your customers.
- Member Management: Manage members, their investments, and transaction histories.
- Credit: Issue and service loans collateralised by a borrower’s portfolio.
- Transactions and Orders Monitoring: Gain valuable insights into investment opportunities and customer behavior.
All API endpoints are accessed via the following base URL:https://ge-exchange.herokuapp.com/v1/Sandbox endpoints are accessed via:https://ge-exchange-staging-1.herokuapp.com/v1/
Before You Start
To access the GetEquity API endpoints, you need to authenticate your requests using a secret key or a client token, as some endpoints may require. You can obtain an API key or client token by signing up for an account on our platform.Access Token Permissions
These requests make use of aBearer Authorization header. The token should be prefixed with the word Bearer and your access token should be your secret key
