cURL
curl --request GET \ --url https://gateway.architect.exchange/api/trades \ --header 'Authorization: Bearer <token>'
{ "trades": [ { "tn": 1, "ts": 123, "p": "<string>", "q": 1, "s": "<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
The maximum number of trades to return, up to 100 trades. Defaults to 10.
x >= 0
List of trades
Show child attributes