Fetch a user’s storage 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 } ] }
API key to authorize requests
Show child attributes
STORE_TYPE_CASTS
STORE_TYPE_LINKS
STORE_TYPE_REACTIONS
STORE_TYPE_USER_DATA
STORE_TYPE_VERIFICATIONS
STORE_TYPE_USERNAME_PROOFS
Was this page helpful?