Summary
The holdings endpoint should sort entries by total holding value descending so the most valuable position appears first. An integration test with three holdings of different values should confirm the default ordering without a sort param.
Scope
- Seed a wallet with three creator holdings at prices that produce distinct total values
- Call
GET /wallets/:address/holdings with no sort param
- Assert the entry with the highest total value appears first
- Assert the entry with the lowest total value appears last
Acceptance Criteria
ETA: 12 hours
Coordinate on Telegram
Summary
The holdings endpoint should sort entries by total holding value descending so the most valuable position appears first. An integration test with three holdings of different values should confirm the default ordering without a sort param.
Scope
GET /wallets/:address/holdingswith no sort paramAcceptance Criteria
ETA: 12 hours
Coordinate on Telegram