API Access
The Octav API is protected by an access key.
Get a key
Create and manage your API key directly on our dashboard.
Pricing
We use a credit system to monitor the use of the API and allow you to anticipate costs as easily as possible. More details on the pricing here : Pricing
Rate limit
Our endpoints are rate limited per API_KEY to avoid spam / bots / attacks. Limit : 360 requests / min / api_key * *Please contact us if you require a higher limit.
Use the API
To authenticate API requests, include your API key in the Authorization
header as a Bearer token.
Example:
GET /v1/portfolio HTTP/1.1
Host: https://api.octav.fi
Authorization: Bearer YOUR_API_KEY
or with curl
curl -X GET https://api.octav.fi/v1/portfolio \
-H "Authorization: Bearer YOUR_API_KEY"
Last updated