Skip to content

Releases: diegomanuel/binance-to-google-sheets

v0.6.0

17 Feb 18:09
Compare
Choose a tag to compare

Replacing lending by earn since the lending Binance API's endpoints stopped working.

The old operation =BINANCE("account", "lending") got replaced by: =BINANCE("account", "earn")
It will display a table with all your assets from flexible+locked earn wallet.

The operation =BINANCE("account") will include the earn assets by prepending "EARN" to the asset name.

v0.5.5

06 Jan 20:44
Compare
Choose a tag to compare

Adding support to pause all the data refresh from main menu.
Updating donate addresses.

v0.5.4

07 Apr 19:10
Compare
Choose a tag to compare

Adding support for lending account through: =BINANCE("account", "lending")
It will display a table with all your assets from flexible earn wallet.

v0.5.3

10 Dec 18:50
Compare
Choose a tag to compare

[#142] Adding support to define a proxy server to overcome the Binance's IP restrictions.

v0.5.2

22 Nov 21:51
Compare
Choose a tag to compare
  • Adding initial support to delivery futures COIN-M wallet + open orders.
  • [#99] Fix to update sub-accounts list+assets from wapi to sapi.

v0.5.1

25 May 20:04
Compare
Choose a tag to compare
  • [#53] Distributes Spot API requests among clusters (thanks @fabiob).
  • [#58] Fixing time parsing at "history" operation.
  • [#71] Fixing price at "orders/open" operation.
  • Fixing BinUtils().extractFormulaParams() helper.
  • Futures wallet disabled by default.
  • Adding appsscript.json to release + updating readme.

v0.5.0

28 Mar 21:22
Compare
Choose a tag to compare
  • [#11] Adding support for FUTURES account (wallet + orders + positions).
  • [#29] Avoid to filter invalid results to keep the original given range positions.
  • [#34] Fixing wrong column order for "history" operation.
  • Some other fixes and overall improves.. enjoy! 🍻

v0.4.2

13 Mar 03:56
Compare
Choose a tag to compare
  • Adding support to enable/disable CROSS+ISOLATED+FUTURES wallets.
  • Adding support to give full pairs to "orders/table" operation by giving the option "ticker: range" + adding support to give a comma separated string as range.
  • Adding new operation "history" to get historical OHLCV values for given symbol/ticker.
  • Fixing "orders/table" operation that had a flawed implementation of _getSheetDataRange/1 causing to fail sometimes after saving new orders and sorting'em all.
  • Better filtering support for "orders/open" and "orders/done" operations.
  • Renaming BINANCE.gs to main.gs to avoid confusing it with the generated all-in-one BINANCE.gs file.

Pending for v0.5.0: Add FUTURES support!

v0.4.1

19 Feb 03:39
Compare
Choose a tag to compare
  • Adding support for sub-accounts.
    • Operation "account" will now display the summarization of 4 wallets: SPOT+CROSS+ISOLATED+SUB-ACCOUNTS.
    • New sub-operation "account/sub" that will display SUB accounts summary.
    • Sub-accounts are added from "Binance->Sub-Accounts" main menu and must belong to the main account from whose API keys are configured in the add-on.
  • Fixes and adjustments for operations "orders/table" and "orders/done".

Pending for v0.5.0: Add FUTURES support!

v0.4.0

14 Feb 01:31
Compare
Choose a tag to compare

Adding support for CROSS+ISOLATED margin accounts!

  • Operation "account" will now display the summarization of the 3 wallets: SPOT+CROSS+ISOLATED.
    • New sub-operation "account/spot" that will display SPOT account summary.
    • New sub-operation "account/cross" that will display CROSS MARGIN account summary.
    • New sub-operation "account/isolated" that will display ISOLATED MARGIN account summary.
  • Operation "orders/open" will now display all current open orders from 3 markets: SPOT+CROSS+ISOLATED.
  • Operation "orders/table" will now fetch and save finished/done orders from 3 markets: SPOT+CROSS+ISOLATED.
    • Greatly improved the performance and only fetching for new orders when the account balance changes.
    • Increased max items per poll from 100 to 1000 every 10 minutes.
  • Operation "orders/done" will now require at least ONE sheet in the spreadsheet with the "orders/table" operation in it.
    • It will fail if you don't have any!
  • Some other fixes and overall improves.. enjoy!