Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://alphagrid-api.artiffine-delivery.workers.dev/agents/{agentId}/reduce-intents/quote
{ "agentId": "<string>", "positionId": "<string>", "signer": "<string>", "nonce": "<string>", "eip712": { "domainName": "<string>", "domainVersion": "<string>", "chainId": 123, "verifyingContract": "<string>" }, "tradeRouter": "<string>", "position": { "positionId": "<string>", "agentId": "<string>", "symbol": "<string>", "token": "<string>", "vault": "<string>", "tokenAmount": "<string>", "entryPriceUsdc": "<string>", "usdcCostBasis": "<string>", "maxSlippageBps": 123, "nextRuleIndex": 123, "exitRules": [ { "triggerBps": 123, "exitBps": 5000 } ], "pendingRules": [ { "triggerBps": 123, "exitBps": 5000 } ], "openedAt": "<string>" } }
^[1-9]\d*$
"1"
^\d+$
Reduce intent quote
Show child attributes