For the complete documentation index, see llms.txt. This page is also available as Markdown.

Fetching All User Orders

starkli call \
  <DEX_ADDRESS> \
  get_all_user_orders <YOUR_ADDRESS>
  • Returns all MakerOrder objects associated with your address.

Last updated