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
}
]
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
}
]