Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 397 Bytes

readme.md

File metadata and controls

3 lines (3 loc) · 397 Bytes

CoinbasePro websocket API test

A simple application that connects to the CoinbasePro WebSocket API, subscribes to Ticker channel for BTC to EUR currency course and stores that to MySQL every X seconds. If no update on price has been made, the latest value is stored to the database. Database specialized specificaly for time series storage, like InfluxDB, could have been an even better choice.