Bybit connection for LinkyFlow
LinkyFlow brings Bybit data into Excel with 10 workflows for market analysis, wallet monitoring, and reporting without switching tools.
Resources
9
Read requests
9
Write actions
1
Documented fields
126
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.
Account data
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.bybit.myBalances("selection", "fields")
Inputs you can set
Data returned in Excel
Get My Deposits
List my deposit history
Get My Deposits
List my deposit history
Route: GET /myDeposits
Excel formula: =LF.bybit.myDeposits("selection", "fields")
Inputs you can set
Data returned in Excel
+9 more fields available in this connection
Get My Orders
List my open and closed orders
Get My Orders
List my open and closed orders
Route: GET /myOrders
Excel formula: =LF.bybit.myOrders("selection", "fields")
Inputs you can set
Data returned in Excel
+16 more fields available in this connection
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.bybit.myTrades("selection", "fields")
Inputs you can set
Data returned in Excel
+3 more fields available in this connection
Get My Withdrawals
List my withdrawal history
Get My Withdrawals
List my withdrawal history
Route: GET /myWithdrawals
Excel formula: =LF.bybit.myWithdrawals("selection", "fields")
Inputs you can set
Data returned in Excel
+9 more fields available in this connection
Market data
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.bybit.getOHLCV("selection", "fields")
Inputs you can set
Data returned in Excel
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.bybit.getOrderBook("selection", "fields")
Inputs you can set
Data returned in Excel
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.bybit.getTicker24h("selection", "fields")
Inputs you can set
Data returned in Excel
+11 more fields available in this connection
Trading
Get Trades
Retrieve recent trades for given symbols
Get Trades
Retrieve recent trades for given symbols
Route: GET /getTrades
Excel formula: =LF.bybit.getTrades("selection", "fields")
Inputs you can set
Data returned in Excel
+3 more fields available in this connection