cURL
curl --request GET \ --url https://gateway.architect.exchange/api/trades \ --header 'Authorization: Bearer <token>'
{ "trades": [ { "tn": 1, "ts": 123, "d": "B", "p": "<string>", "q": 123, "s": "<string>" } ] }
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