Quantsy's API allows anyone to consume the results and insights produced by Quantsy's ML algorithm. In addition, Quantsy provides access to the underlying on-chain data used to power its algorithm.
API Keys
Interacting with the API will require an API key. If you have not done so yet, head to the dashboard and create an API key.
OpenAPI
The API is described according to the OpenAPI v3 specification. As such, one may leverage the associated code generation tools if they so desire. The spec lives here: https://api.quantsy.xyz/spec.
Wiring up plain old HTTP requests will work just fine too.