Quickstart

This guide will get you all set up and ready to develop the Investment API. We'll cover how to get started using one of our API clients and how to make your first API request. We'll also look at where to go next to find all the information you need to take full advantage of our powerful REST API.

To get started with this documentation, first install the npm dependencies:

<span><span style="color: var(--shiki-color-text)">npm install</span></span>
<span><span style="color: var(--shiki-color-text)">cp .env.example .env.local</span></span>
<span></span>

Next, run the development server:

<span><span style="color: var(--shiki-color-text)">npm run dev</span></span>
<span></span>

Finally, open http://localhost:3000 in your browser to view the website.