cURL
curl --request POST \ --url https://api.lootexplus.com/v1/orders \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "signature": "0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef" } '
Final step to submit signed orders to the exchange for listing.
Signature for the orders
"0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
Orders submitted successfully