Create market order
This request type allows users to place market orders through Pacifica's websocket API.
Request
{
"id": "660065de-8f32-46ad-ba1e-83c93d3e3966",
"params": {
"create_market_order": {
"account": "AwX6321...",
"signature": "5vnYpt...",
"timestamp": 1749223025396,
"expiry_window": 5000,
"symbol": "BTC",
"reduce_only": false,
"amount": "0.001",
"side": "bid",
"slippage_percent": "0.5",
"client_order_id": "79f948fd-7556-4066-a128-083f3ea49322"
}
}
}Field
Type
Need
Description
Example
Response
Field
Type
Description
Last updated