Recued
Menu
← Back to recipes

What am I holding on Binance, and what is still working

by recued-core v1 8 views

Use “What am I holding on Binance, and what is still working” in Recued. Spot balances counted as free plus locked, with open orders split by whether they have started filling. Reading only the free balance understates every position that has an order working against it.

How it works 24 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (24 steps)
account_raw ?
balances default
Apply default
have_account template
Generate text from a template
fail: step.balances is_empty
listed_assets count
Count items in balances
with_total map
Extract from each item
held filter
Filter by condition
held_count count
Count items in held
with_locked map
Extract from each item
committed filter
Filter by condition
committed_count count
Count items in committed
by_total sort
Sort by total_num
top_holdings slice
Take a subset of
orders_raw ?
orders default
Apply default
open_count count
Count items in orders
orders_progress map
Extract from each item
partially_filled filter
Filter by condition
partial_count count
Count items in partially filled
untouched filter
Filter by condition
untouched_count count
Count items in untouched
defaults defaults
Apply defaults
card to_summary
Format results as a summary card
holdings_table to_table
Format results as a data table
orders_table to_table
Format results as a data table
Settings 1 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

binance account setting =

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Permissions it requires

Read your Binance_account connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

binance-account binancecryptoexchangespotportfolioordersread-only

Details

24 steps 1 configurable settings recipe_id: review-spot-position-binance