cURL
curl --request GET \ --url https://api.eden.art/v2/user/transactions \ --header 'X-Api-Key: <api-key>'
{ "docs": [ { "_id": "<string>", "manna": "<string>", "amount": 123, "type": "spend", "task": { "_id": "<string>", "tool": "<string>", "user": "<string>", "agent": { "_id": "<string>", "username": "<string>" } }, "voucher": "<string>", "code": "<string>", "stripeEventId": "<string>", "stripeEventType": "<string>", "createdAt": "<string>", "updatedAt": "<string>" } ], "total": 123, "limit": 123, "pages": 123, "page": 123, "pagingCounter": 123, "hasPrevPage": true, "hasNextPage": true, "prevPage": 123, "nextPage": 123 }
Retrieve a paginated list of transactions for the authenticated user.
Show child attributes
Default Response