Invoke splitPosition on Conditional Tokens using the relayer custody account.
splitPosition on Conditional Tokens, transforming collateral into outcome tokens for the provided condition and partition.
https://relayer.forka.st/operations/split-position with the same L2 authentication headers. The relayer executes the transaction from its managed operator and returns the broadcast hash.| Field | Type | Required | Description |
|---|---|---|---|
collateral_token | string | Yes | ERC-20 collateral that backs the position (e.g., USDC). |
contract | string | Yes | Conditional Tokens contract to invoke. |
condition_id | string | Yes | Bytes32 condition identifier you want to split. |
parent_collection_id | string | Yes | Parent collection (use zero hash for top-level splits). |
partition | array<string> | Yes | Outcome partitions, expressed as decimal strings. |
amount | string | Yes | Collateral amount to convert, in token base units. |
POST /operations/approve before splitting.400.