Operation Types
The following table provides a list of all "type"s required by the signature header and their corresponding API endpoints
"create_order"
/api/v1/orders/create
"create_stop_order"
/api/v1/orders/stop/create
"cancel_order"
/api/v1/orders/cancel
"cancel_all_orders"
/api/v1/orders/cancel_all
"cancel_stop_order"
/api/v1/orders/stop/cancel
"update_leverage"
/api/v1/account/leverage
"update_margin_mode"
/api/v1/account/margin
"set_position_tpsl"
/api/v1/positions/tpsl
"withdraw"
/api/v1/account/withdraw
"subaccount_initiate"
/api/v1/account/subaccount/create
"subaccount_confirm"
/api/v1/account/subaccount/create
Note: Pacifica's batch order endpoint does NOT have a corresponding operation type as all individual operations within the batch are signed independently with their own operation types.
Last updated