cURL
curl --request POST \ --url https://gateway.architect.exchange/api/preview-aggressive-limit-order \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "quantity": 1, "symbol": "<string>" } '
{ "filled_quantity": 1, "remaining_quantity": 1, "limit_price": "<string>", "vwap": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.architect.exchange/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.architect.exchange/llms.txt
Use this file to discover all available pages before exploring further.
User session token
x >= 0
B
S
Aggressive limit order preview