exchanges
3 articles on exchanges.

security · api-keys · exchanges
Trade-Only API Keys: Connecting a Bot Without Handing Over Your MoneyThe single most important checkbox in automated trading is the one you leave unticked: withdrawals. A properly scoped API key lets a bot trade your account but never move a coin out of it — which converts the worst case from 'funds gone' to 'bad trades you can see and stop.'
The Fluxy Team ·

execution · order-sizing · exchanges
The Last Mile of Execution: Turning a Target Into an Order an Exchange Will AcceptA strategy says 'hold $1,000 of this'. The exchange says 'orders must be in increments of 0.001, at least 0.01 units, and worth at least $5'. Bridging those two sentences correctly — every time, for every venue — is the unglamorous last mile where naive execution engines silently drop trades. Here's the sizing logic that gets it right.
The Fluxy Team ·

security · exchanges · api-keys
Onboarding Exchanges Without Leaking Keys: Encrypted Secrets and Live BalancesConnecting a fund to an exchange means handing over API keys that can move money. Store them wrong and one breach empties every account. Our account layer encrypts every secret at rest, decrypts only at the moment of execution, and syncs live balances and positions into a unified portfolio view — so you can connect Binance, KuCoin, Hyperliquid, Bybit, Bitstamp, and Interactive Brokers without ever exposing a key.
The Fluxy Team ·