Skip to content

0.0.14

Choose a tag to compare

@alexex10 alexex10 released this 28 Oct 10:38
· 57 commits to starknet since this release
cc45097

What's Changed

Add get order by ID (internal/external) endpoints by @alexex10 in #61

Add endpoints for:

Example:

trading_client.account.get_order_by_id(order_id)
trading_client.account.get_order_by_external_id(external_order_id)

Full Changelog: 0.0.13...0.0.14