cURL
curl --request POST \ --url https://demo-api.mobula.io/api/2/perp/execute \ --header 'Content-Type: application/json' \ --data ' { "payloadStr": "<string>", "signature": "<string>" } '
{ "success": true, "data": null }
Execute a perpetual order using the payload from the quote endpoint. For Lighter orders, requires a signature of the payloadStr message.
Perp execute response