Skip to main content
POST
/
api
/
v1
/
perps
/
proposals
/
{id}
/
close
Close a perp proposal
curl --request POST \
  --url https://api.alpha-labs.trade/api/v1/perps/proposals/{id}/close \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "success": true
  }
}

Authorizations

Authorization
string
header
required

Send your API key as Authorization: Bearer murmo_.... Keys are created in the Murmo app. Header-only — keys are never read from the query string. Valid for the REST API under /api/v1 only (not the GraphQL endpoint).

Path Parameters

id
string
required

Response

Success flag.

data
object