Python SDK
A thin, typed, synchronous Python client over Native Core's POST /info and POST /trade.
pip install native-core-python-sdkWhat it is
from native_core import Exchange, is_accepted, order_state
exchange = Exchange.from_bundle("bundle.json") # dict, JSON string, or file path
info = exchange.info # reads share the same clientWhat it is NOT
In this section
Getting StartedCore ConceptsAPI ReferenceAI Agents & MCPExamplesTroubleshootingSee also
Last updated