Was this helpful?
Retrieves the paid and unpaid byte count provided to the network
/transfer/stats
curl -L \ --url 'https://api.bringyour.com/transfer/stats' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{ "paid_bytes_provided": 1, "unpaid_bytes_provided": 1 }