Submit Order [Python]

Order submission is a "self-custodial" request, a request that is guaranteed to not be alter-able by anyone except you, which means that it must past both:

  1. orderbook authentication
  2. on-chain signature verification

The Lyra Python Action Signing SDK can be used perform both steps. You may use it for orders as well as other self-custodial requests (e.g. deposits, withdrawals, and etc).

Refer to the full order example in the SDK repo.