addedInput schema / properties / creator
Added value: +{
+ "description": "Filter by creator address",
+ "type": "string"
+}
addedInput schema / properties / deadlineAfter
Added value: +{
+ "description": "Only return intents with deadline > value (Unix seconds)",
+ "type": "number"
+}
addedInput schema / properties / deadlineBefore
Added value: +{
+ "description": "Only return intents with deadline < value (Unix seconds)",
+ "type": "number"
+}
addedInput schema / properties / dstChain
Added value: +{
+ "description": "Filter by destination chain id",
+ "type": "number"
+}
addedInput schema / properties / excludeZeroDeadline
Added value: +{
+ "description": "Exclude intents where deadline = 0",
+ "type": "boolean"
+}
addedInput schema / properties / inputToken
Added value: +{
+ "description": "Filter by input token address",
+ "type": "string"
+}
changedInput schema / properties / limit / description
Previous value: -"REQUIRED: Maximum number of orders to return (1-100)"New value: +"Max results (default server-side, cap 500)"
changedInput schema / properties / limit / maximum
Previous value: -100New value: +500
changedInput schema / properties / offset / description
Previous value: -"REQUIRED: Number of orders to skip for pagination"New value: +"Offset for simple pagination"
addedInput schema / properties / outputToken
Added value: +{
+ "description": "Filter by output token address",
+ "type": "string"
+}
addedInput schema / properties / srcChain
Added value: +{
+ "description": "Filter by source chain id",
+ "type": "number"
+}
removedInput schema / required
Removed value: -[
- "limit",
- "offset"
-]