curl --request GET \ --url https://api.gte.xyz/v1/markets/{market_address}/trades
{ "trades": [ { "timestamp": 123, "transactionHash": "<string>", "maker": "<string>", "taker": "<string>", "price": 123, "volume": 123, "side": "buy" } ], "total": 123 }
1 < x < 1000
x > 0
Show child attributes
Timestamp of the trade in milliseconds
Transaction hash of the trade
EVM address of the maker
EVM address of the taker
Price of the trade (parsed with decimals in quote asset)
Volume of the trade (in base asset)
Side of the trade by the taker
buy
sell