cron

Snapshot audit asset prices (cron)

Expected schedule: every 15 minutes. Appends the audit prices required outside fixed-price assets to coin_prices: USDC from the published Asset Registry usd-coin price, USTB from Superstate, and USDtb from Chainlink. USTB source reads are cached for 6 hours; USDtb source reads are cached for 14 minutes so each scheduled run refreshes it.

Returns 204 with an empty body on success. Requires X-CRON-API-KEY matching CRON_API_KEY.

post/cron/coin-prices

Headers

X-CRON-API-KEYstring required

Must match CRON_API_KEY

Response

Price fetch finished; new rows were inserted for quoted symbols; no response body.

Changes

No recorded changes to this endpoint across all 1 revision of this API.