An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Shitcoin_Ticker

file overlay

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.