Spot
Create spot proposal
Create a spot proposal with the proposer’s opening buy. amountUsd (human USDC) is the opening buy size. Leader/admin only.
POST
Create spot proposal
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
application/json
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.
Example:
"12.50"
Response
Created proposal and the opening trade.