
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
node-red-contrib-bithumbpublic
Advanced tools
Node-RED node for bithumbpublic
To install the stable version use the Menu - Manage palette - Install
option and search for node-red-contrib-bithumbpublic, or run the following
command in your Node-RED user directory, typically ~/.node-red
npm install node-red-contrib-bithumbpublic
// msg.api = 'ticker'
msg.api = 'orderbook'
// msg.api = 'transaction_history'
// msg.api = 'assetsstatus'
msg.order_currency = 'ETH'
msg.payment_currency = 'KRW'
// if api is btci then do not set any currency
// msg.api = 'btci'
return msg;
[{"id":"e8250aad.4962f8","type":"bithumbpublic","z":"2422d0a1.5c053","name":"","api":"ticker","order_currency":"BTC","payment_currency":"KRW","x":590,"y":160,"wires":[["8f98f6f3.43cb98"]]},{"id":"d50385f7.cd3d28","type":"function","z":"2422d0a1.5c053","name":"","func":"// msg.api = 'ticker'\nmsg.api = 'orderbook'\n// msg.api = 'transaction_history'\n// msg.api = 'assetsstatus'\n// msg.api = 'btci'\nmsg.order_currency = 'ETH'\nmsg.payment_currency = 'KRW'\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":380,"y":160,"wires":[["e8250aad.4962f8"]]},{"id":"23f2ba3e.8464c6","type":"inject","z":"2422d0a1.5c053","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":200,"y":160,"wires":[["d50385f7.cd3d28"]]},{"id":"8f98f6f3.43cb98","type":"debug","z":"2422d0a1.5c053","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":810,"y":160,"wires":[]}]
{"status":"0000","data":{"btai":{"market_index":"3721.49","width":"205.03","rate":"5.83"},"btmi":{"market_index":"7160.36","width":"204.89","rate":"2.95"},"date":"1617750682738"}}
FAQs
Node-RED node for bithumbpublic
The npm package node-red-contrib-bithumbpublic receives a total of 3 weekly downloads. As such, node-red-contrib-bithumbpublic popularity was classified as not popular.
We found that node-red-contrib-bithumbpublic demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.