iozeta MQTT Bitcoin Server

This service is currently in beta. It provides Bitcoin blockchain data to IoT devices over the MQTT protocol. Simply subscriber to the MQTT topic you desire. Our servers will watch for changes to your bitcoin address and notify your device over the MQTT channel, using QoS level 2.

Server URL

Server URL: mqtt-test.iozeta.com

Server Ports

TCP Port: 1883

SSL TCP Port: 8883

Web Socket Port: 8083

SSL Web Socket Port: 8084

Current MQTT Topics

[TICKER]/tx/amt/in/[ADDRESS] - Gives the transaction output in satoshis for the matched address. This is sent when a valid transaction is first recieved, so zero confirmation.

Example: bch/tx/amt/in/bitcoincash:qpv4mwdfzd07a3ztyjlzxfwntvkh0mexzqg23n7wn6

[TICKER]/price/satoshi/usd - Gives the current exchange price per satoshi in USD, updated every 10 minutes.

Example: bch/price/satoshi/usd

Current Supported Tickers

bch - Bitcoin Cash

ltc - Litecoin

dash - Dashcoin

rvn - Ravencoin

Thank you for using iozeta MQTT Bitcoin.