GET
/
v1
/
storageLimitsByFid
FID's limits
curl --request GET \
  --url https://hub-api.neynar.com/v1/storageLimitsByFid \
  --header 'x-api-key: <api-key>'
{
  "limits": [
    {
      "storeType": "STORE_TYPE_CASTS",
      "limit": 123
    }
  ],
  "units": 1,
  "unitDetails": {
    "unitType": "UnitTypeLegacy",
    "unitSize": 1
  },
  "tier_subscriptions": [
    {
      "tier_type": "Pro",
      "expires_at": 1749611663
    }
  ]
}

Authorizations

x-api-key
string
header
default:NEYNAR_API_DOCS
required

API key to authorize requests

Query Parameters

fid
integer
required

Response

200
application/json

A successful response.

The response is of type object.