Binance Futures Testnet bot

Assessment · testnet onlyPublic assessment build

An assessment build for Binance Futures Testnet with Decimal validation, recorded testnet orders and a SQLite dashboard.

Problem

A trading workflow needs precise input validation and observable failure handling before its order lifecycle can be trusted even in a test environment.

Implementation record

How I solved it

  1. 01

    Uses Decimal-based validation before creating a Futures Testnet order, avoiding the precision and input ambiguity of an unvalidated floating-point path.

  2. 02

    Records actual testnet orders and their failures rather than stopping at a mocked interface, so the order lifecycle can be inspected locally.

  3. 03

    Presents that activity in a SQLite dashboard and covers the assessment build with four direct test modules, without implying real-money trading or performance.

My role / what I owned

Assessment project builder

  • Implemented Decimal-based validation around testnet orders.
  • Recorded real Binance Futures Testnet orders instead of stopping at a mocked interface.
  • Built the SQLite dashboard and four direct test modules.

How it was built

Team
Built for a project assessment and published in my public repository.
Tools
  • Binance Futures Testnet
  • Decimal validation
  • SQLite
Use of AI
No project-specific AI contribution is documented for this work.

Source and current state

  • 5 public commits at the August 2026 review.
  • 4 direct test modules and recorded Futures Testnet orders.
Status
Testnet-only build. No real money was traded.
What it shows
The repository demonstrates validated testnet order paths, failure checks and local order visibility.