{
"type": "ERROR",
"prices": [
{
"market": {
"currency": "EUR",
"cryptoSymbol": "text"
},
"time": "2025-05-23T00:33:12.340Z",
"asks": [
{
"price": "text",
"quantity": "text"
}
],
"bids": [
{
"price": "text",
"quantity": "text"
}
],
"previous": {
"time": "2025-05-23T00:33:12.340Z",
"ask": {
"price": "text",
"quantity": "text"
},
"bid": {
"price": "text",
"quantity": "text"
}
}
}
],
"error": "text",
"connectionId": "text"
}