cURL
curl --request GET \ --url https://api.machines.cash/consumer/v1/transactions \ --header 'Authorization: Bearer <token>'
{ "ok": true, "data": {}, "summary": "success" }
List transactions
When to use this: Read spend/deposit/withdraw activity timeline.
Required scope: transactions.read.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
Show child attributes