GET
/
data
/
userPinnedDataTotal
curl --request GET \
  --url https://api.pinata.cloud/data/userPinnedDataTotal \
  --header 'Authorization: Bearer <token>'
{
  "pin_count": 123,
  "pin_size_total": 123,
  "pin_size_with_replications_total": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
{ "pin_count": "TOTAL FILES PINNED", "pin_size_total": "TOTAL SIZE IN BYTES OF ALL FILES" }
pin_count
integer
pin_size_total
integer
pin_size_with_replications_total
integer