Returns paginated ledger activity for the authenticated user, optionally filtered by source type.
Returns paginated ledger activity for the authenticated user, optionally filtered by source type.
bearer In: header
Filter ledger activity by source type
Value in
Page number
1 <= value1Number of items per page
1 <= value <= 10010The field to sort by
Value in
Sort direction
Value in
application/json
curl -X GET "https://example.com/seeds/activity"{ "meta": { "total": 0, "perPage": 0, "currentPage": 0, "lastPage": 0 }, "data": [ { "id": "string", "user": { "wallet": "string", "username": "string" }, "amount": "string", "direction": "credit", "sourceType": "STAKING", "sourceId": "string", "reason": "string", "createdAt": "string" } ]}