Releases: diegomanuel/binance-to-google-sheets
Releases · diegomanuel/binance-to-google-sheets
v0.6.0
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
Adding support to pause all the data refresh from main menu.
Updating donate addresses.
v0.5.4
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
v0.5.2
v0.5.1
- [#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
v0.4.2
- 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
tomain.gs
to avoid confusing it with the generated all-in-oneBINANCE.gs
file.
Pending for v0.5.0
: Add FUTURES support!
v0.4.1
- 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
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
to1000
every10
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!