---
title: "FID's limits"
method: GET
path: "/v1/storageLimitsByFid"
tags: ["Storage"]
---

# FID's limits

`GET /v1/storageLimitsByFid`

Fetch a user's storage limits.

## Query parameters

- `fid` integer, required

## Response `200`

A successful response.

- StorageLimitsResponse
  - `limits` StorageLimit[], required
    - `storeType` 'STORE_TYPE_CASTS' | 'STORE_TYPE_LINKS' | 'STORE_TYPE_REACTIONS' | 'STORE_TYPE_USER_DATA' | 'STORE_TYPE_VERIFICATIONS' | 'STORE_TYPE_USERNAME_PROOFS', required
    - `limit` integer, required
  - `units` integer, required — Total storage units bought by the user.
  - `unitDetails` object, required
    - `unitType` 'UnitTypeLegacy' | 'UnitType2024'
    - `unitSize` integer
  - `tier_subscriptions` object[] — List of subscription tiers for the user. Each entry describes a subscription tier and its expiration.
    - `tier_type` 'Pro' — The name of the subscription tier
    - `expires_at` integer — Expiration time of the subscription tier as a Unix timestamp (seconds since epoch).

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.dev/neynar/apis/neynar-api.md) · [All operations](https://skmtc.dev/neynar/apis/neynar-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/neynar/neynar-api/revisions/dbb91bfb0d1a/schema)
