List all savings plans with the possibility to filter by different identifiers like savings plan id, asset id, user id and status.
Success Response
Unauthorized
Not Allowed
Validation Error
Too Many Requests
Internal Error
Maintenance or Service unavailable
{- "data": [
- {
- "user_id": "1ed55cc7-f413-69a4-88f6-5aa1a9244d15",
- "fiat_id": 1,
- "asset_id": 1,
- "fiat_amount": "20.12",
- "frequency": "weekly",
- "day": 5,
- "next_recurrence": "2023-01-06T12:00:00+00:00",
- "notification_date": "2023-01-04",
- "status": "active",
- "id": "1ed55cc7-f413-69a4-88f6-5aa1a9244d15",
- "created_at": "2022-01-01T13:07:31+00:00"
}
], - "meta": {
- "total_count": 48,
- "page": 3,
- "page_size": 10
}, - "links": {
- "first": "?page=1&page_size=10",
- "last": "?page=5&page_size=10",
- "prev": "?page=2&page_size=10",
- "next": "?page=4&page_size=10",
- "self": "?page=3&page_size=10"
}
}