Skip to content

Nimara0x/rango-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rango Multi-Step SDK

An asynchronous Rango-Multi-SDK written in Python +3.9. To start the sdk, install it using the following command:

pip install rango-sdk

Then just import rango_client and start using it:

from rango_sdk import RangoClient
rango_client = RangoClient(api_key=<RangoAPIKey>)

For instance, if you want to get the popular tokens on Rango:

tokens = await rango_client.popular_tokens()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages