Stats
get
Retrieves the paid and unpaid byte count provided to the network
Authorizations
AuthorizationstringRequired
BringYour JWT
Responses
200Success
application/json
get
/transfer/stats200Success
Was this helpful?
Retrieves the paid and unpaid byte count provided to the network
BringYour JWT
Was this helpful?
Was this helpful?
GET /transfer/stats HTTP/1.1
Host: api.bringyour.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"paid_bytes_provided": 1,
"unpaid_bytes_provided": 1
}