cron
Delete old indexer stablecoin transfers (cron)
Expected schedule: every day.
Deletes rows from dreindexer_stablecoins.transfer whose block_timestamp is older than one month, in batches of 100 (oldest first) via the indexer DB. Returns 200 with the number of deleted rows. Requires X-CRON-API-KEY matching CRON_API_KEY.
post/cron/clean-stablecoin-transfers
Headers
X-CRON-API-KEYstring required
Must match CRON_API_KEY
Response
Cleanup finished; body is the number of deleted rows.
number required
Changes
No recorded changes to this endpoint across all 1 revision of this API.