Summary
The price alert registration endpoint accepts a wallet_address field that must be a valid Stellar address. An integration test should confirm that a malformed address is rejected before any database write occurs.
Scope
- POST to
/alerts with a wallet address that is not a valid Stellar format
- Assert response is 400 with a descriptive validation error
- Assert no alert record was created in the database
Acceptance Criteria
ETA: 12 hours
Coordinate on Telegram
Summary
The price alert registration endpoint accepts a
wallet_addressfield that must be a valid Stellar address. An integration test should confirm that a malformed address is rejected before any database write occurs.Scope
/alertswith a wallet address that is not a valid Stellar formatAcceptance Criteria
wallet_addressfieldETA: 12 hours
Coordinate on Telegram