A Node RED Wrapper of the Coinspot API Please Understand the risks associated with trading cryptocurrencies Some nodes may require you to complete coinspot's varification process inorder to function, for example "Buy" and "Sell"
- Get a CoinSpot API key and secret from here
- Insert any Coinspot node into the workspace
- Open the nodes properties and click the "new coinspot credentials" button
- Enter key and secret and save
- Select the new credentials from the drop down list
- Either Fill the remaining details OR ensure the incoming msg object includes msg.cointype msg.amount etc
msg.cointype must be the coin shortname, example value 'BTC', 'LTC', 'DOGE', 'ETH' msg.amount must be a positive number with upto 6 digits of precission msg.adress must be a string containing the adress you intend to deposit coins into msg.rate follows the same constraints as amount and is the minimum or maximum you are willing to sell or buy a coin for respectivly
msg.payload will be discarded and replaced with the passed JSON string reply from coinspot or the whole error message