cURL
curl --request GET \ --url https://api-testnet.gte.xyz/v1/users/{user_address}/order_history
[ { "orderId": "<string>", "marketAddress": "<string>", "side": "buy", "orderType": "limit", "originalSize": "<string>", "limitPrice": "<string>", "placedAt": 123 } ]
EVM address
List of user's order history
The response is of type object[].
object[]