Execute a previewed Backpack order or RFQ

​

Requires confirm: true and the exact previewId from /api/backpack/trade/preview. Executes against the platform's server-signed Backpack account.

Body·

required
application/json

Preview confirmation

  • Must match the preview

Responses

  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for post/api/backpack/trade/execute
curl https://api.musebook.trade/api/backpack/trade/execute \
  --request POST \
  --header 'Content-Type: application/json' \
  --data '{
  "confirm": true,
  "mode": "order",
  "previewId": "",
  "payload": {},
  "additionalProperty": "anything"
}'
{
  "ok": true,
  "additionalProperty": "anything"
}