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.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..
- 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
