Bitget connection for LinkyFlow
LinkyFlow brings Bitget data into Excel with 30 workflows for market analysis, wallet monitoring, and reporting without switching tools.
Resources
19
Read requests
19
Write actions
11
Documented fields
331
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.
Connection
Get My Capabilities
What this connection can actually do right now: which account types are reachable and which operations are available or unavailable, with the reason. Costs no exchange call.
Get My Capabilities
What this connection can actually do right now: which account types are reachable and which operations are available or unavailable, with the reason. Costs no exchange call.
Route: GET /myCapabilities
Excel formula: =LF.bitget.myCapabilities("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
available | boolean | — | - |
capability | string | — | - |
providerEnvironment | enum | — | - |
reason | string | — | - |
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.bitget.getFundingRate("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
fundingRate | number | — | - |
fundingRateExact | string | — | - |
fundingTimestamp | number | — | - |
indexPrice | number | — | - |
indexPriceExact | string | — | - |
markPrice | number | — | - |
markPriceExact | string | — | - |
nextFundingRate | number | — | - |
nextFundingRateExact | string | — | - |
symbol | enum | — | - |
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.bitget.myFuturesBalances("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
asset | enum | — | - |
free | number | — | - |
freeExact | string | — | - |
total | number | — | - |
totalExact | string | — | - |
used | number | — | - |
usedExact | string | — | - |
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.bitget.myPositions("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
accountType | enum | — | - |
collateral | number | — | - |
collateralExact | string | — | - |
contracts | number | — | - |
contractsExact | string | — | - |
contractSize | number | — | - |
contractSizeExact | string | — | - |
datetime | date | — | - |
entryPrice | number | — | - |
entryPriceExact | string | — | - |
initialMargin | number | — | - |
initialMarginExact | string | — | - |
leverage | number | — | - |
liquidationPrice | number | — | - |
liquidationPriceExact | string | — | - |
maintenanceMargin | number | — | - |
maintenanceMarginExact | string | — | - |
marginMode | enum | — | - |
markPrice | number | — | - |
markPriceExact | string | — | - |
notional | number | — | - |
notionalExact | string | — | - |
percentage | number | — | - |
provider | enum | — | - |
providerEnvironment | enum | — | - |
side | enum | — | - |
symbol | enum | — | - |
timestamp | number | — | - |
unrealizedPnl | number | — | - |
unrealizedPnlExact | string | — | - |
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.bitget.myBorrowInterest("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
amountBorrowed | number | — | - |
currency | string | — | - |
datetime | date | — | - |
interest | number | — | - |
interestRate | number | — | - |
marginMode | enum | — | - |
symbol | enum | — | - |
timestamp | number | — | - |
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.bitget.myBorrowRates("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
currency | string | — | - |
datetime | date | — | - |
period | number | — | - |
rate | number | — | - |
symbol | enum | — | - |
timestamp | number | — | - |
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.bitget.myMarginBalances("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
asset | enum | — | - |
debt | number | — | - |
debtExact | string | — | - |
free | number | — | - |
freeExact | string | — | - |
symbol | enum | — | - |
total | number | — | - |
totalExact | string | — | - |
used | number | — | - |
usedExact | string | — | - |
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 Market Metadata
Trading rules for a symbol: minimum and maximum quantity, lot step, price tick and minimum notional. Use it to size an order that the exchange will accept.
Get Market Metadata
Trading rules for a symbol: minimum and maximum quantity, lot step, price tick and minimum notional. Use it to size an order that the exchange will accept.
Route: GET /getMarketMetadata
Excel formula: =LF.bitget.getMarketMetadata("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
active | boolean | — | - |
base | string | — | - |
contract | boolean | — | - |
maxNotional | string | — | - |
maxPrice | string | — | - |
maxQty | string | — | - |
minNotional | string | — | - |
minPrice | string | — | - |
minQty | string | — | - |
quote | string | — | - |
stepSize | string | — | - |
symbol | enum | — | - |
tickSize | string | — | - |
Get My Balances
Fetch my account balances (free, used, total). Filter with "assets" to read only the ones you care about instead of the whole wallet, and pick the account with "accountType".
Get My Balances
Fetch my account balances (free, used, total). Filter with "assets" to read only the ones you care about instead of the whole wallet, and pick the account with "accountType".
Route: GET /myBalances
Excel formula: =LF.bitget.myBalances("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
accountType | enum | — | - |
asset | enum | — | - |
debt | number | — | - |
debtExact | string | — | - |
free | number | — | - |
freeExact | string | — | - |
providerEnvironment | enum | — | - |
total | number | — | - |
totalExact | string | — | - |
used | number | — | - |
usedExact | string | — | - |
Get My Deposits
List my deposit history. Not every connection can serve it — a sandbox account can be much narrower than the real venue — and the capability matrix says so up front rather than failing at the exchange.
Get My Deposits
List my deposit history. Not every connection can serve it — a sandbox account can be much narrower than the real venue — and the capability matrix says so up front rather than failing at the exchange.
Route: GET /myDeposits
Excel formula: =LF.bitget.myDeposits("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
address | string | — | - |
addressFrom | string | — | - |
addressTo | string | — | - |
amount | number | — | - |
amountExact | string | — | - |
comment | string | — | - |
currency | string | — | - |
datetime | date | — | - |
fee_cost | number | — | - |
fee_currency | string | — | - |
fee_rate | number | — | - |
id | id | — | - |
providerData | string | — | - |
status | enum | — | - |
tag | string | — | - |
tagFrom | string | — | - |
tagTo | string | — | - |
timestamp | number | — | - |
txid | string | — | - |
type | enum | — | - |
updated | number | — | - |
Get My Open Orders
List the orders still resting on the book, across every pair when no symbol is given. Use it to find the orderId to cancel.
Get My Open Orders
List the orders still resting on the book, across every pair when no symbol is given. Use it to find the orderId to cancel.
Route: GET /myOpenOrders
Excel formula: =LF.bitget.myOpenOrders("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
_meta | string | — | - |
accountType | enum | — | - |
amount | number | — | - |
amountExact | string | — | - |
average | number | — | - |
averagePrice | number | — | - |
averagePriceExact | string | — | - |
clientOrderId | string | — | - |
cost | number | — | - |
costExact | string | — | - |
datetime | date | — | - |
fee_cost | number | — | - |
fee_currency | string | — | - |
feeCost | number | — | - |
feeCostExact | string | — | - |
feeCurrency | string | — | - |
fees | string[] | — | - |
filled | number | — | - |
filledExact | string | — | - |
id | id | — | - |
lastUpdateTimestamp | number | — | - |
linkyflowOrderId | id | — | - |
orderType | enum | — | - |
price | number | — | - |
priceExact | string | — | - |
providerEnvironment | enum | — | - |
providerOrderId | id | — | - |
remaining | number | — | - |
remainingExact | string | — | - |
side | enum | — | - |
status | enum | — | - |
stopPrice | number | — | - |
stopPriceExact | string | — | - |
symbol | enum | — | - |
timeInForce | string | — | - |
timestamp | number | — | - |
type | enum | — | - |
Cancel All
Cancel All
Route: DELETE /cancelAllOrders
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Get My Orders
List my open and closed orders
Used as filter by
Get My Orders
List my open and closed orders
Route: GET /myOrders
Excel formula: =LF.bitget.myOrders("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
_meta | string | — | - |
accountType | enum | — | - |
amount | number | — | - |
amountExact | string | — | - |
average | number | — | - |
averagePrice | number | — | - |
averagePriceExact | string | — | - |
clientOrderId | string | — | - |
cost | number | — | - |
costExact | string | — | - |
datetime | date | — | - |
fee_cost | number | — | - |
fee_currency | string | — | - |
feeCost | number | — | - |
feeCostExact | string | — | - |
feeCurrency | string | — | - |
fees | string[] | — | - |
filled | number | — | - |
filledExact | string | — | - |
id | id | — | - |
lastTradeTimestamp | number | — | - |
lastUpdateTimestamp | number | — | - |
linkyflowOrderId | id | — | - |
orderType | enum | — | - |
postOnly | boolean | — | - |
price | number | — | - |
priceExact | string | — | - |
providerEnvironment | enum | — | - |
providerOrderId | id | — | - |
reduceOnly | boolean | — | - |
remaining | number | — | - |
remainingExact | string | — | - |
side | enum | — | - |
status | enum | — | - |
stopLossPrice | number | — | - |
stopPrice | number | — | - |
stopPriceExact | string | — | - |
symbol | enum | — | - |
takeProfitPrice | number | — | - |
timeInForce | string | — | - |
timestamp | number | — | - |
trades | string | — | - |
triggerPrice | number | — | - |
type | enum | — | - |
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.
Preview Order
Preview Order
Route: PATCH /previewTrade
Inputs you can set
Data returned in Excel
This action returns a confirmation rather than a selectable table.
Cancel Order
Cancel Order
Route: DELETE /cancelOrder
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.bitget.myTrades("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
amount | number | — | - |
cost | number | — | - |
datetime | date | — | - |
fee_cost | number | — | - |
fee_currency | string | — | - |
id | id | — | - |
order | id | → myOrders | - |
price | number | — | - |
side | enum | — | - |
symbol | enum | — | - |
takerOrMaker | enum | — | - |
timestamp | number | — | - |
type | enum | — | - |
Get My Withdrawals
List my withdrawal history (read only — LinkyFlow never sends crypto out). Not every connection can serve it; the capability matrix says which can.
Get My Withdrawals
List my withdrawal history (read only — LinkyFlow never sends crypto out). Not every connection can serve it; the capability matrix says which can.
Route: GET /myWithdrawals
Excel formula: =LF.bitget.myWithdrawals("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
address | string | — | - |
addressFrom | string | — | - |
addressTo | string | — | - |
amount | number | — | - |
amountExact | string | — | - |
comment | string | — | - |
currency | string | — | - |
datetime | date | — | - |
fee_cost | number | — | - |
fee_currency | string | — | - |
fee_rate | number | — | - |
id | id | — | - |
providerData | string | — | - |
status | enum | — | - |
tag | string | — | - |
tagFrom | string | — | - |
tagTo | string | — | - |
timestamp | number | — | - |
txid | string | — | - |
type | enum | — | - |
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.bitget.getOHLCV("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
close | number | — | - |
high | number | — | - |
low | number | — | - |
open | number | — | - |
openTime | number | — | - |
symbol | enum | — | - |
volume | number | — | - |
Get One Order
Read one order by its exchange id, with what it has actually filled so far.
Get One Order
Read one order by its exchange id, with what it has actually filled so far.
Route: GET /myOrder
Excel formula: =LF.bitget.myOrder("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
_meta | string | — | - |
accountType | enum | — | - |
amount | number | — | - |
amountExact | string | — | - |
average | number | — | - |
averagePrice | number | — | - |
averagePriceExact | string | — | - |
clientOrderId | string | — | - |
cost | number | — | - |
costExact | string | — | - |
datetime | date | — | - |
fee_cost | number | — | - |
fee_currency | string | — | - |
feeCost | number | — | - |
feeCostExact | string | — | - |
feeCurrency | string | — | - |
fees | string[] | — | - |
filled | number | — | - |
filledExact | string | — | - |
id | id | — | - |
lastUpdateTimestamp | number | — | - |
linkyflowOrderId | id | — | - |
orderType | enum | — | - |
price | number | — | - |
priceExact | string | — | - |
providerEnvironment | enum | — | - |
providerOrderId | id | — | - |
remaining | number | — | - |
remainingExact | string | — | - |
side | enum | — | - |
status | enum | — | - |
stopPrice | number | — | - |
stopPriceExact | string | — | - |
symbol | enum | — | - |
timeInForce | string | — | - |
timestamp | number | — | - |
type | enum | — | - |
Get Order Book
Fetch the current order book for a symbol. Asks come first, best (lowest) offer first, then bids, best (highest) first.
Get Order Book
Fetch the current order book for a symbol. Asks come first, best (lowest) offer first, then bids, best (highest) first.
Route: GET /getOrderBook
Excel formula: =LF.bitget.getOrderBook("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
amount | number | — | - |
price | number | — | - |
symbol | enum | — | - |
type | enum | — | - |
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.bitget.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 | date | — | - |
high | number | — | - |
indexPrice | number | — | - |
last | number | — | - |
low | number | — | - |
markPrice | number | — | - |
open | number | — | - |
percentage | number | — | - |
previousClose | number | — | - |
quoteVolume | number | — | - |
symbol | enum | — | - |
timestamp | number | — | - |
vwap | number | — | - |
Get Trades
Retrieve recent trades for given symbols
Get Trades
Retrieve recent trades for given symbols
Route: GET /getTrades
Excel formula: =LF.bitget.getTrades("selection", "fields")
Inputs you can set
Data returned in Excel
Field | Type | Relations | Description |
|---|---|---|---|
_meta | string | — | - |
accountType | enum | — | - |
amount | number | — | - |
amountExact | string | — | - |
average | number | — | - |
cost | number | — | - |
costExact | string | — | - |
datetime | date | — | - |
fee_cost | number | — | - |
fee_currency | string | — | - |
feeCost | number | — | - |
feeCostExact | string | — | - |
feeCurrency | string | — | - |
fees | string[] | — | - |
id | id | — | - |
lastUpdateTimestamp | number | — | - |
linkyflowOrderId | id | — | - |
order | id | → myOrders | - |
orderType | enum | — | - |
price | number | — | - |
priceExact | string | — | - |
providerEnvironment | enum | — | - |
side | enum | — | - |
symbol | enum | — | - |
takerOrMaker | enum | — | - |
timestamp | number | — | - |
type | enum | — | - |