This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//This is a simple Google Script to fetch asks and bids for every BTC pair from Poloniex website and fill a Google Sheet. | |
//You had to insert your own Google Sheet address and sheet name. | |
//You can use the retrived data for creating personal charts and analysis. | |
// | |
//If you find this script useful, you can send me a tip on my bitcoin address: 17wzVMssHULq3LcJaESBkiB2cu2L9yCYn1 | |
// | |
function marketDepth() { | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//This is a simple Google Script to fetch the personal balance from the Poloniex website and fill a Google Sheet. | |
//You had to insert you API key and secret where indicated, and use your own Google Sheet address and sheet name. | |
// | |
//If you find this script useful, you can send me a tip on my bitcoin address: 17wzVMssHULq3LcJaESBkiB2cu2L9yCYn1 | |
// | |
function sendHttpPost() { | |
//if you get an error about the nonce number, change it with a greater one as suggested by the debug |