curl --request GET \ --url https://api-testnet.gte.xyz/v1/markets/{market_address}/book
{ "asks": [ { "price": "<string>", "size": "<string>", "number": 123 } ], "bids": [ { "price": "<string>", "size": "<string>", "number": 123 } ], "timestamp": 123 }
EVM address
1 <= x <= 20
L2 orderbook
The response is of type object.
object