cURL
curl --request GET \ --url https://snapchain-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 } ] }
Fetch a user’s storage limits.
API key to authorize requests
A successful response.
Show child attributes
STORE_TYPE_CASTS
STORE_TYPE_LINKS
STORE_TYPE_REACTIONS
STORE_TYPE_USER_DATA
STORE_TYPE_VERIFICATIONS
STORE_TYPE_USERNAME_PROOFS
Total storage units bought by the user.
1
UnitTypeLegacy
UnitType2024
List of subscription tiers for the user. Each entry describes a subscription tier and its expiration.
The name of the subscription tier
Pro
Expiration time of the subscription tier as a Unix timestamp (seconds since epoch).
1749611663
Was this page helpful?