Last updated
Welcome to the Laevitas Api GateWay v1.0 documentation! This guide will help you get up and running in no time.
Laevitas Api GateWay v1.0 is a powerful and flexible gateway designed to streamline your API requests, manage traffic, and ensure optimal performance. Whether you're a developer or an enthusiast, this guide will provide you with all the necessary steps to start using our gateway.
Before you begin, ensure you have the following:
An active Laevitas account.
API key (Enterprise Subscription Required): You can obtain this from your dashboard. Please note that access to the API key requires an enterprise subscription.
Basic knowledge of RESTful APIs.
Obtain your API Key:
Navigate to your dashboard.
Under the 'API' section, generate a new API key. Remember, you need an enterprise subscription to access the API key.
Install SDK (Optional):
If you're using our SDK, install it using the package manager of your choice:
npm install laevitas-sdkWith your enterprise API key in hand, you're ready to make your first request:
Last updated
curl -X GET 'https://api.laevitas.com/analytics/futures/instruments' -H 'apikey: YOUR_API_KEY'