fix: remove unimplemented is_trade parameter from GET /api/v3/transactions (#27) #57

Open
cal wants to merge 1 commits from ai/major-domo-database-27 into next-release

1 Commits

Author SHA1 Message Date
Cal Corum
1e8ab88690 fix: remove unimplemented is_trade parameter from GET /api/v3/transactions (#27)
All checks were successful
Build Docker Image / build (pull_request) Successful in 2m9s
The Transaction model has no is_trade field, so filtering on it cannot
be implemented without a schema migration. Removed the parameter from
the function signature and the 501 stub block.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-05 23:02:37 -06:00