https://github.com/celliesprojects/shitcoin_ticker
This is a simple coin ticker that connects to api.kraken.com to get the trade data. This is a public api so no account at kraken.com is needed. Compiles in the Arduino IDE.
https://github.com/celliesprojects/shitcoin_ticker
coin-ticker esp32-arduino m5stack-fire psram
Last synced: 9 months ago
JSON representation
This is a simple coin ticker that connects to api.kraken.com to get the trade data. This is a public api so no account at kraken.com is needed. Compiles in the Arduino IDE.
- Host: GitHub
- URL: https://github.com/celliesprojects/shitcoin_ticker
- Owner: CelliesProjects
- License: mit
- Created: 2022-01-02T14:35:49.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-25T11:06:03.000Z (about 4 years ago)
- Last Synced: 2025-06-02T08:26:44.484Z (10 months ago)
- Topics: coin-ticker, esp32-arduino, m5stack-fire, psram
- Language: C++
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shitcoin_Ticker

This is a simple coin ticker that connects to `api.kraken.com` to get the trade data. This is a public api so no account at kraken.com is needed.
Included is the public SSL key cypher block so the connection is secure until the SSL certificate becomes invalid.
The certificate will become invalid at `august 5 2022, 1:59:59 AM GMT+2`.
The program will not run with less than 1MB PSRAM.
Set `Tools->Core Debug Level` to `info` to see messages and errors on the serial port.