Open a perp position (create proposal)
Open a NEW perp position, creating the proposal atomically. collateralUsd and leverage are numeric strings; stopLossPct/takeProfitPct are optional % collateral-ROI brackets. The wallet is resolved server-side. Subject to regional restrictions (see Eligibility & geo restrictions).
Authorizations
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).
Body
"BTC"
LONG, SHORT A monetary amount as a full-precision plain decimal string in USD — never a number, never raw base units, never scientific notation, never rounded. Parse with a decimal library; round only for display.
"12.50"
Numeric string, e.g. "5".
"5"
Optional % collateral-ROI stop-loss.
Optional % collateral-ROI take-profit.
Response
The opened position.
Result of an open/increase/reduce. Close-side fields are populated on a full close.