Prices
Last updated
GET /websocket/prices HTTP/1.1
Host: prices-provider.platform-test.tradevest.ai
Content-Type: application/json
Accept: */*
Content-Length: 104
{
"type": "PRICE_SUBSCRIPTION",
"priceSubscription": {
"markets": [
{
"currency": "EUR",
"cryptoSymbol": "text"
}
]
}
}{
"type": "ERROR",
"prices": [
{
"market": {
"currency": "EUR",
"cryptoSymbol": "text"
},
"time": "2026-01-31T18:10:52.805Z",
"asks": [
{
"price": "text",
"quantity": "text"
}
],
"bids": [
{
"price": "text",
"quantity": "text"
}
],
"previous": {
"time": "2026-01-31T18:10:52.805Z",
"ask": {
"price": "text",
"quantity": "text"
},
"bid": {
"price": "text",
"quantity": "text"
}
}
}
],
"error": "text",
"connectionId": "text"
}