Single batch entrypoint for all trading actions.
function execute( Action[] calldata actionList, bytes[] calldata paramsDataList, uint64 deadline ) external returns (OrderId[] memory ids);
paramsDataList
Was this page helpful?