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:
- orderbook authentication
- on-chain signature verification
The Derive 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.
Updated about 1 month ago