cURL
curl --request GET \ --url https://api-testnet.gte.xyz/v1/markets/{market_address}/trades
[ { "marketAddress": "<string>", "timestamp": 123, "txnHash": "<string>", "maker": "<string>", "taker": "<string>", "price": "<string>", "size": "<string>", "side": "buy" } ]
EVM address
1 <= x <= 1000
x >= 0
List of trades
The response is of type object[].
object[]