"molestiae"
Transactions retrieved.
10
-1
const response = await fetch('https://api.sellauth.com/v1/shops/{shopId}/payouts/transactions', { method: 'GET', headers: {}, }); const data = await response.json();
{ "data": [ { "txid": "3747a3cf5a545e28b2021013fd9ba2dfd5cb2baefe010d311b085d4ada43836e", "amount": 0.78817736, "currency": "ltc", "confirmations": 5604, "time": 1726437993 } ], "per_page": 10, "total": -1 }