🔧 LavaOS API Update
You can now filter your position queries by creation date (i.e. openTimestamp) to retrieve positions from specific time periods.
We have added new optional parameters under the GET /positions/v3 endpoint:
createdAfter - Shows positions created after a specific datetimecreatedBefore - Shows positions created before a specific datetimeSupported formats for these parameters:
Examples:
createdAfter=2025-07-30&createdBefore=2025-07-31createdAfter=1dcreatedBefore=1mEndpoint call example:
<https://lavarave.wtf/api/sdk/v1.0/positions/v3?createdAfter=1d>
If you have any questions, or need any explanation about this update, please contact the Lavarage team in your dedicated group chat.