Binance connection for LinkyFlow
LinkyFlow brings Binance data into Excel with 23 workflows for market analysis, wallet monitoring, and reporting without switching tools.
Resources
15
Read requests
15
Write actions
8
Documented fields
173
Workflows you can move into Excel
Each resource below maps to a practical spreadsheet workflow. Read actions bring useful columns into Excel; create and edit actions show what can be reviewed in rows before sending changes.
Futures
Get Funding Rate
Retrieve the current funding rate for the given perpetual contract symbols
Get Funding Rate
Retrieve the current funding rate for the given perpetual contract symbols
Route: GET /getFundingRate
Excel formula: =LF.binance.getFundingRate("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
fundingRate | number | — | - |
fundingTimestamp | date | — | - |
indexPrice | number | — | - |
markPrice | number | — | - |
nextFundingRate | number | — | - |
symbol | string | — | - |
Get My Futures Balances
Fetch my futures (swap) wallet balances (free, used, total)
Get My Futures Balances
Fetch my futures (swap) wallet balances (free, used, total)
Route: GET /myFuturesBalances
Excel formula: =LF.binance.myFuturesBalances("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
asset | enum | — | - |
free | number | — | - |
total | number | — | - |
used | number | — | - |
Margin Mode
Margin Mode
Route: PATCH /setMarginMode
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Get My Positions
List my open futures positions with P&L and risk metrics
Get My Positions
List my open futures positions with P&L and risk metrics
Route: GET /myPositions
Excel formula: =LF.binance.myPositions("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
collateral | number | — | - |
contracts | number | — | - |
contractSize | number | — | - |
datetime | string | — | - |
entryPrice | number | — | - |
initialMargin | number | — | - |
leverage | number | — | - |
liquidationPrice | number | — | - |
maintenanceMargin | number | — | - |
marginMode | enum | — | - |
markPrice | number | — | - |
notional | number | — | - |
percentage | number | — | - |
side | string | — | - |
symbol | string | — | - |
timestamp | date | — | - |
unrealizedPnl | number | — | - |
Futures Order
Futures Order
Route: POST /postFuturesTrade
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Leverage
Leverage
Route: PATCH /setLeverage
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Position
Position
Route: DELETE /closePosition
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Margin
Get My Borrow Interest
List the interest accrued on my margin borrows
Get My Borrow Interest
List the interest accrued on my margin borrows
Route: GET /myBorrowInterest
Excel formula: =LF.binance.myBorrowInterest("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
amountBorrowed | number | — | - |
currency | string | — | - |
datetime | string | — | - |
interest | number | — | - |
interestRate | number | — | - |
marginMode | enum | — | - |
symbol | string | — | - |
timestamp | date | — | - |
Get My Borrow Rates
Current margin borrow interest rates (cross per asset, isolated per pair)
Get My Borrow Rates
Current margin borrow interest rates (cross per asset, isolated per pair)
Route: GET /myBorrowRates
Excel formula: =LF.binance.myBorrowRates("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
currency | string | — | - |
datetime | string | — | - |
period | number | — | - |
rate | number | — | - |
symbol | string | — | - |
timestamp | date | — | - |
Get My Margin Balances
Fetch my margin account balances with borrowed debt (cross or isolated)
Get My Margin Balances
Fetch my margin account balances with borrowed debt (cross or isolated)
Route: GET /myMarginBalances
Excel formula: =LF.binance.myMarginBalances("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
asset | enum | — | - |
debt | number | — | - |
free | number | — | - |
symbol | string | — | - |
total | number | — | - |
used | number | — | - |
Margin Order
Margin Order
Route: POST /postMarginTrade
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Borrow
Borrow
Route: PATCH /borrowMargin
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Repay
Repay
Route: DELETE /repayMargin
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Spot
Get My Balances
Fetch my account balances (free, used, total)
Get My Balances
Fetch my account balances (free, used, total)
Route: GET /myBalances
Excel formula: =LF.binance.myBalances("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
asset | enum | — | - |
debt | number | — | - |
free | number | — | - |
total | number | — | - |
used | number | — | - |
Get My Deposits
List my deposit history
Get My Deposits
List my deposit history
Route: GET /myDeposits
Excel formula: =LF.binance.myDeposits("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
address | string | — | - |
addressFrom | string | — | - |
addressTo | string | — | - |
amount | number | — | - |
comment | string | — | - |
currency | string | — | - |
datetime | string | — | - |
fee_cost | number | — | - |
fee_currency | string | — | - |
fee_rate | number | — | - |
id | id | — | - |
status | string | — | - |
tag | string | — | - |
tagFrom | string | — | - |
tagTo | string | — | - |
timestamp | date | — | - |
txid | string | — | - |
type | string | — | - |
updated | number | — | - |
Get My Orders
List my open and closed orders
Get My Orders
List my open and closed orders
Route: GET /myOrders
Excel formula: =LF.binance.myOrders("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
amount | number | — | - |
average | number | — | - |
clientOrderId | string | — | - |
cost | number | — | - |
datetime | string | — | - |
fee_cost | number | — | - |
fee_currency | string | — | - |
filled | number | — | - |
id | id | — | - |
lastTradeTimestamp | date | — | - |
lastUpdateTimestamp | date | — | - |
postOnly | boolean | — | - |
price | number | — | - |
reduceOnly | boolean | — | - |
remaining | number | — | - |
side | string | — | - |
status | string | — | - |
stopLossPrice | number | — | - |
stopPrice | number | — | - |
symbol | string | — | - |
takeProfitPrice | number | — | - |
timeInForce | string | — | - |
timestamp | date | — | - |
trades | string | — | - |
triggerPrice | number | — | - |
type | string | — | - |
Create Order
Create Order
Route: POST /postTrade
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Get My Trades
Retrieve my trade history
Get My Trades
Retrieve my trade history
Route: GET /myTrades
Excel formula: =LF.binance.myTrades("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
amount | number | — | - |
cost | number | — | - |
datetime | string | — | - |
fee_cost | number | — | - |
fee_currency | string | — | - |
id | id | — | - |
order | id | → myOrders | - |
price | number | — | - |
side | string | — | - |
symbol | string | — | - |
takerOrMaker | string | — | - |
timestamp | date | — | - |
type | string | — | - |
Get My Withdrawals
List my withdrawal history
Get My Withdrawals
List my withdrawal history
Route: GET /myWithdrawals
Excel formula: =LF.binance.myWithdrawals("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
address | string | — | - |
addressFrom | string | — | - |
addressTo | string | — | - |
amount | number | — | - |
comment | string | — | - |
currency | string | — | - |
datetime | string | — | - |
fee_cost | number | — | - |
fee_currency | string | — | - |
fee_rate | number | — | - |
id | id | — | - |
status | string | — | - |
tag | string | — | - |
tagFrom | string | — | - |
tagTo | string | — | - |
timestamp | date | — | - |
txid | string | — | - |
type | string | — | - |
updated | number | — | - |
Get OHLCV
Get historical candlestick (OHLCV) data for given symbols
Get OHLCV
Get historical candlestick (OHLCV) data for given symbols
Route: GET /getOHLCV
Excel formula: =LF.binance.getOHLCV("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
close | number | — | - |
high | number | — | - |
low | number | — | - |
open | number | — | - |
openTime | date | — | - |
volume | number | — | - |
Get Order Book
Fetch current order book (bids & asks) for given symbols
Get Order Book
Fetch current order book (bids & asks) for given symbols
Route: GET /getOrderBook
Excel formula: =LF.binance.getOrderBook("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
amount | number | — | - |
price | number | — | - |
symbol | string | — | - |
type | string | — | - |
Get Ticker 24h
Retrieve 24-hour rolling ticker statistics for given symbols
Get Ticker 24h
Retrieve 24-hour rolling ticker statistics for given symbols
Route: GET /getTicker24h
Excel formula: =LF.binance.getTicker24h("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
ask | number | — | - |
askVolume | number | — | - |
average | number | — | - |
baseVolume | number | — | - |
bid | number | — | - |
bidVolume | number | — | - |
change | number | — | - |
close | number | — | - |
datetime | string | — | - |
high | number | — | - |
indexPrice | number | — | - |
last | number | — | - |
low | number | — | - |
markPrice | number | — | - |
open | number | — | - |
percentage | number | — | - |
previousClose | number | — | - |
quoteVolume | number | — | - |
symbol | string | — | - |
timestamp | date | — | - |
vwap | number | — | - |
Get Trades
Retrieve recent trades for given symbols
Get Trades
Retrieve recent trades for given symbols
Route: GET /getTrades
Excel formula: =LF.binance.getTrades("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
amount | number | — | - |
cost | number | — | - |
datetime | string | — | - |
fee_cost | number | — | - |
fee_currency | string | — | - |
id | id | — | - |
order | id | → myOrders | - |
price | number | — | - |
side | string | — | - |
symbol | string | — | - |
takerOrMaker | string | — | - |
timestamp | date | — | - |
type | string | — | - |