cURL
curl --request GET \ --url https://api-testnet.gte.xyz/v1/users/{user_address}/open_orders
[ { "orderId": "<string>", "marketAddress": "<string>", "side": "buy", "originalSize": "<string>", "limitPrice": "<string>", "sizeFilled": "<string>", "placedAt": 123 } ]
EVM address
1 <= x <= 1000
x >= 0
List of user's open orders
The response is of type object[].
object[]