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