API Update - January 2026
Endpoint Changes
These changes will be live in production on the 19th of January. These are considered ‘non-breaking’ changes, but they may impact your system integrations if they are not considered.
Endpoint: GET /api/assets/prices
New properties added:
"asset_name": string | the descriptive title of the asset
"last_trade_quantity": integer | the quantity of the last trade since the end of the last end-of-day trading session
"last_trade_at": datetime | the timestamp of the last trade since the end of the last end-of-day trading session
"open_price_at": datetime | the timestamp of the last close price
"time_stamp": datetime | the timestamp of the request/broadcast
"channel": string | The rotating websocket channel ID for your company; this value rotates on the 1st day of each quarter.
Modified properties:
The "time_stamp" property has been populated with a timestamp value for every asset instead of being null for assets without any orders.
The "*_quantity" properties (global_bid_quantity, global_ask_quantity, connection_bid_quantity, connection_ask_quantity) will now be the sum of all orders at the corresponding price instead of just the quantity of the first order at that price.
The official Postman Documentation has been updated for this endpoint, and the changes are now live on our staging environment to test any updates against.
Postman Documentation: TOD Markets