Use POST /v1/currency-exchange-quotes to get actual buy price including spread, matching the Strike app. Fee is cached daily to calculate the pre-fee amount from the configured total (default 55 EUR). Store quote_sats in the strike_price DB table. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2 lines
56 B
SQL
2 lines
56 B
SQL
ALTER TABLE strike_price ADD COLUMN quote_sats BIGINT;
|