[
{
"asks": [
{
"id": 1,
"uuid": "text",
"side": "text",
"ord_type": "text",
"price": 1,
"avg_price": 1,
"state": "text",
"market": "text",
"created_at": "text",
"updated_at": "text",
"origin_volume": 1,
"remaining_volume": 1,
"executed_volume": 1,
"maker_fee": 1,
"taker_fee": 1,
"trades_count": 1,
"trades": [
{
"id": "text",
"price": 1,
"amount": 1,
"total": 1,
"fee_currency": 1,
"fee": 1,
"fee_amount": 1,
"market": "text",
"created_at": "text",
"taker_type": "text",
"side": "text",
"order_id": 1
}
]
}
],
"bids": [
{
"id": 1,
"uuid": "text",
"side": "text",
"ord_type": "text",
"price": 1,
"avg_price": 1,
"state": "text",
"market": "text",
"created_at": "text",
"updated_at": "text",
"origin_volume": 1,
"remaining_volume": 1,
"executed_volume": 1,
"maker_fee": 1,
"taker_fee": 1,
"trades_count": 1,
"trades": [
{
"id": "text",
"price": 1,
"amount": 1,
"total": 1,
"fee_currency": 1,
"fee": 1,
"fee_amount": 1,
"market": "text",
"created_at": "text",
"taker_type": "text",
"side": "text",
"order_id": 1
}
]
}
]
}
]