cURL
curl --request GET \ --url https://gateway.architect.exchange/api/book \ --header 'Authorization: Bearer <token>'
{ "book": { "tn": 1, "ts": 123, "a": [ { "p": "<string>", "q": 123, "o": [ 123 ] } ], "b": [ { "p": "<string>", "q": 123, "o": [ 123 ] } ], "s": "<string>" } }
User session token
Orderbook depth level (2 or 3). Defaults to 2 if not specified.
x >= 0
Orderbook snapshot for a symbol. Level 3 includes individual order quantities; Level 2 returns only aggregated quantities.
Show child attributes