Ephemeris Range
ephemerisRetrieve planet positions for a date range with configurable step size. Optionally filter by planet IDs for precise tracking of planetary motion.
Instructions
Return planet positions for a date range with configurable step (min 0.01 days). Max range: 1 year for sub-day steps, 5 years otherwise. Optionally filter by planetIds.
[Group: Core] [Cost: 100 credits (Tier 4)]
Example request body: {"startDate":"2024-01-01","endDate":"2024-12-31","stepDays":1,"planetIds":[0,1,2]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| startDate | Yes | ||
| endDate | Yes | ||
| stepDays | No | ||
| planetIds | No |