Skip to main content

No project description provided

Project description

Getting Started

Code Coverage

The official Python client library for the Vinter.co APIs.

Installation

pip install vintersdk

Upgrade

pip install --upgrade vintersdk

API Documentation

Vinter API Documentation

Important Notes About the Library

  • The library supports both synchronous and asynchronous requests.
  • The library is still in development and will be updated frequently.
  • All the methods are documented in the source code.
  • All the methods are callable from both the synchronous and asynchronous classes.
  • The asynchronous class is called VinterAPIAsync.
  • The synchronous class is called VinterAPI.
  • The asynchronous class repeats the same methods as the synchronous class, but can be called with the await keyword.

Version of the Library

import vintersdk

print(vintersdk.__version__)

Importing the library

from vintersdk import VinterAPI, VinterAPIAsync

Creating Instances of the VinterAPI class

from vintersdk import VinterAPI

# Create instances of the VinterAPI class
vinter_multi = VinterAPI(APIKEY, "multi_assets")
vinter_single = VinterAPI(APIKEY, "single_assets")
vinter_staking = VinterAPI(APIKEY, "staking_yields")
vinter_nav = VinterAPI(APIKEY, "nav")

See the Usage section of the docs for usage examples!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vintersdk-0.0.1.tar.gz (11.7 kB view hashes)

Uploaded Source

Built Distribution

vintersdk-0.0.1-py3-none-any.whl (12.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page