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