Skip to content

v0.1.0

Latest

Choose a tag to compare

@affaan-m affaan-m released this 22 Jun 23:02
8bb50a2

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.