curl --location --request GET 'https://api.onetrading.com/fast/v1/order-book/?level=1&depth=16'
{
"asks": [
{
"price": "100000",
"amount": "6"
}
],
"bids": [
{
"price": "10000",
"amount": "6"
}
]
}