AGG is currently in alpha. APIs, components, and docs may change.
cURL
curl --request POST \ --url https://api.agg.market/execution/execute \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'x-app-id: <api-key>' \ --data ' { "quoteId": "<string>" } '
{ "quoteId": "<string>", "orderIds": [ "<string>" ], "status": "pending" }
Executes a previously quoted trade and returns pending order IDs for the submitted execution.
Your application ID. Required for all app-tier and user-tier routes.
JWT access token returned by POST /auth/verify. Required for user-tier routes.
Body
200
pending