Skip to main content
POST
/
2
/
perp
/
execute
Execute perp order
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
}

Body

application/json
payloadStr
string
required
signature
string
required

Response

200 - application/json

Perp execute response

success
boolean
required
data
unknown