Stats

get

Retrieves the paid and unpaid byte count provided to the network

Authorizations
Responses
200Success
application/json
get
GET /transfer/stats HTTP/1.1
Host: api.bringyour.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200Success
{
  "paid_bytes_provided": 1,
  "unpaid_bytes_provided": 1
}

Was this helpful?