Messages
{
"event": "price_changed",
"ts": 1782403724,
"data": {
"id": 57322926,
"assetId": "17188460072",
"itemId": 1536,
"oldPrice": 1527,
"newPrice": 1525
}
}{
"event": "listing_added",
"ts": 1782403704,
"data": {
"id": 57348505,
"assetId": "17190178976",
"itemId": 16145,
"price": 61
}
}{
"event": "listing_removed",
"ts": 1782403724,
"data": {
"id": 57348505
}
}{
"event": "buyorder_added",
"ts": 1782403724,
"data": {
"id": 880421,
"itemId": 1536,
"price": 1525,
"amount": 5
}
}{
"event": "buyorder_removed",
"ts": 1782403724,
"data": {
"id": 880421,
"itemId": 1536,
"oldPrice": 1525
}
}{
"event": "buyorder_updated",
"ts": 1782403724,
"data": {
"id": 880421,
"itemId": 1536,
"oldPrice": 1525,
"newPrice": 1530,
"oldAmount": 5,
"newAmount": 3
}
}{
"event": "buyorder_activated",
"ts": 1782403724,
"data": {
"id": 880421,
"itemId": 1536,
"price": 1525,
"amount": 5
}
}{
"event": "buyorder_deactivated",
"ts": 1782403724,
"data": {
"id": 880421,
"itemId": 1536,
"price": 1525
}
}Realtime
Market stream
Live WebSocket stream of Mannco.store market events (price changes, new and removed listings)
WSS
/
ws
Messages
{
"event": "price_changed",
"ts": 1782403724,
"data": {
"id": 57322926,
"assetId": "17188460072",
"itemId": 1536,
"oldPrice": 1527,
"newPrice": 1525
}
}{
"event": "listing_added",
"ts": 1782403704,
"data": {
"id": 57348505,
"assetId": "17190178976",
"itemId": 16145,
"price": 61
}
}{
"event": "listing_removed",
"ts": 1782403724,
"data": {
"id": 57348505
}
}{
"event": "buyorder_added",
"ts": 1782403724,
"data": {
"id": 880421,
"itemId": 1536,
"price": 1525,
"amount": 5
}
}{
"event": "buyorder_removed",
"ts": 1782403724,
"data": {
"id": 880421,
"itemId": 1536,
"oldPrice": 1525
}
}{
"event": "buyorder_updated",
"ts": 1782403724,
"data": {
"id": 880421,
"itemId": 1536,
"oldPrice": 1525,
"newPrice": 1530,
"oldAmount": 5,
"newAmount": 3
}
}{
"event": "buyorder_activated",
"ts": 1782403724,
"data": {
"id": 880421,
"itemId": 1536,
"price": 1525,
"amount": 5
}
}{
"event": "buyorder_deactivated",
"ts": 1782403724,
"data": {
"id": 880421,
"itemId": 1536,
"price": 1525
}
}Price changed
type:object
A listing's price was updated.
Listing added
type:object
A new listing was added to the market.
Listing removed
type:object
A listing was removed from the market.
Buy order added
type:object
A new buy order was created.
Buy order removed
type:object
A tracked buy order reached an amount of 0 and was removed.
Buy order updated
type:object
A buy order's price or amount changed.
Buy order activated
type:object
A buy order's amount went from negative to positive (became active).
Buy order deactivated
type:object
A buy order's amount went from positive to negative (became inactive).
⌘I