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