January 25th Update
2 months ago by Hadrien Blampoix
Endpoint Updates
01/25/2023
Added
- Added a new version of the Streaming Prices endpoint with a few breaking changes:
- Renamed the incoming
Trades
messageType toStream
. - Renamed the
trades
field todata
. - Moved asset data into a child object called
asset
. - Moved market data into a child object called
marketData
. - Streaming Prices V2 (https://docs.atom.finance/reference/price-streaming) will be deprecated.
- Added a new version of the Price Snapshot endpoint with 2 breaking changes:
- Renamed the
priceSnapshots
field tosnapshots
. - Renamed the
snapshot
field tomarketData
. - Price Snapshot V2 (https://docs.atom.finance/reference/snapshot) will be deprecated.