REST server
Fetch data points directly from Kligo's embedded REST server.
Last updated
Was this helpful?
Fetch data points directly from Kligo's embedded REST server.
Last updated
Was this helpful?
GET
http://localhost:63336/v0/data
This method returns every data points stored in Kligo local's database.
offset
number
The API is now paginated and shows 50 results per request. Use the offset parameter to get the piece of cake you desire, for instance if you want to get results starting by the 50th you would GET http://localhost:63336 /v0/data?offset=50