Skip to content

Releases: Ito-Markets/ito-python

v0.1.0

22 Jun 23:02
8bb50a2

Choose a tag to compare

Initial release of the ito-markets Python SDK.

pip install ito-markets
from ito import ItoClient
client = ItoClient("ito_...")
baskets = client.baskets.list()

See README for full docs.