aggregations/jobs

Description: Gets job information for Cairo jobs added by customer_id between day_start and day_end.

customer_id must be one of ["starknet, herodotus", "paradigm-otc"].

day_start and day_end are "day epoch time", i.e. the number of days since 1970/01/01. To convert a regular epoch time to day_start or day_end, simply divide by 86,400 (the number of seconds in a day) and round down the result.

Example: 🚧