Split collateral into a complete set
POST
/
trade/v1/portfolio/positions/splitAuthorization
AuthorizationRequiredBearer <token>
Personal access token issued from the web app's Settings → API tokens page. Send as Authorization: Bearer agt_….
In: header
Scope: positions:split
Request Body
application/jsonRequiredcollateral_amount_microRequiredstring
Collateral amount in micro units.
Format:
"int64"condition_idRequiredstring
Market condition id.
AGARA: split accepted; poll GET /trade/v1/batches/{batch_hash} for settlement.