Skip to content

Instantly share code, notes, and snippets.

@Bruttagente
Bruttagente / PoloniexMarketDepth.gs
Last active January 11, 2018 01:33
A Google Script to fetch asks and bids for every BTC pair from Poloniex website
//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() {
@Bruttagente
Bruttagente / PoloniexCompleteBalance.gs
Last active September 8, 2017 05:09
Google Script to fetch the Poloniex balance and fill a Sheet with the retrieved data
//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