You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nemo e0f725f030 fix style tag 2 weeks ago
.github Create FUNDING.yml 10 months ago
dist Fix URL 2 weeks ago
docs/introduction Adds Stocks API 2 years ago
reference Adds Stocks API 2 years ago
.gitignore Adds Client generator related note 2 years ago
README.md Adds Client generator related note 2 years ago
index.html fix style tag 2 weeks ago
openapi-generator-config.yml Adds Client generator related note 2 years ago

README.md

Kuvera Unofficial API Specification

Please see https://captnemo.stoplight.io/docs/kuvera/

Terms of Service

I'm not responsible. Use at your own risk. This is a read only API, so you can't use this to manage your funds.

Clients

Generate the Python client by running:

docker run --rm -v "$PWD":/local openapitools/openapi-generator-cli generate -c /local/openapi-generator-config.yml  -i /local/reference/Kuvera.yaml -o /local/src/python -g python

The generated client is currently broken due to bugs in openapi-generator which misses a few imports.