{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"id": "<string>",
"liquidation": true,
"market_id": "<string>",
"price": 123,
"size": 123,
"taker_side": "<string>",
"timestamp": 123
}
],
"success": true
}
Retrieve market trades with the provided market ID
{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"id": "<string>",
"liquidation": true,
"market_id": "<string>",
"price": 123,
"size": 123,
"taker_side": "<string>",
"timestamp": 123
}
],
"success": true
}
Market ID
OK
The response is of type object
.