Partial sell

Executes a partial sell for one or more existing Traders. amount is the fiat the Trader wants back; sells are sized proportionally to the supplied allocations. Asynchronous. PartialSell does NOT produce skipped outcomes — a participant whose per-asset slice falls below the instrument minimum gets an Execution with status: "rejected" and status_reason: "below_instrument_minimum".

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Unique identifier of the Strategy.

Body Params
allocations
array of objects
required

Target weights for the Operation. Weights must sum to exactly 1.0; underlying_currency must be unique within the list.

allocations*
participants
array of objects
required
participants*
Headers
string
required

HMAC-SHA256 signature of the request, base64-encoded. See the Authentication guide for the exact signing formula.

string
required

Current Unix timestamp in seconds. Must be within 60 seconds of server time or the request is rejected.

Responses

404

Strategy not found.

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json