URnetwork
Copyright 2024 BringYour, Inc.
Retrieves the paid and unpaid byte count provided to the network
const response = await fetch('https://api.bringyour.com/transfer/stats', { method: 'GET', headers: { "Authorization": "Bearer <token>" }, }); const data = await response.json();
{ "paid_bytes_provided": 0, "unpaid_bytes_provided": 0 }