GET
/
users
/
{user_address}
/
order_history
curl --request GET \
  --url https://api-testnet.gte.xyz/v1/users/{user_address}/order_history
[
  {
    "orderId": "<string>",
    "marketAddress": "<string>",
    "side": "bid",
    "orderType": "limit",
    "originalSize": "<string>",
    "limitPrice": "<string>",
    "placedAt": 123
  }
]

Path Parameters

user_address
string
required

EVM address

Query Parameters

market_address
string
required

EVM address

Response

200
application/json

List of user's order history

The response is of type object[].