Skip to content

v0.13.0 — pin any coin manually

Choose a tag to compare

@colfin22 colfin22 released this 11 Jul 07:39

Add any coin to the tradeable universe by hand, not just the base pairs and the auto-tracked top-N.

  • New Custom coins card on the settings page: type a symbol (ADA) or pair (LINK/EUR) and it's validated against Kraken (must be an active EUR spot market) before it's saved. Remove with a click.
  • Effective universe is now base + your custom coins + the dynamic alts, so pinned coins work whether or not the dynamic universe is enabled.
  • A manually-pinned coin is exempt from the sell floor — you chose it deliberately, so it's never force-sold when it leaves the top-N.
  • Also settable via MANUAL_PAIRS or POST /api/pairs/add {symbol} · GET /api/pairs · POST /api/pairs/remove.

47 tests. Closes #21.