---
title: "Allocation of user"
method: GET
path: "/v2/farcaster/storage/allocations/"
tags: ["Storage"]
---

# Allocation of user

`GET /v2/farcaster/storage/allocations/`

Fetches storage allocations for a given user

## Query parameters

- `fid` integer, required

## Response `200`

Success

- StorageAllocationsResponse
  - `allocations` StorageAllocation[]
    - `expiry` string, date-time
    - `object` string
    - `timestamp` string, date-time
    - `units` integer
    - `user` UserDehydrated
      - `custody_address` string — Ethereum address
      - `display_name` string, nullable
      - `fid` integer, required — The unique identifier of a farcaster user or app (unsigned integer)
      - `object` 'user_dehydrated', required
      - `pfp_url` string, nullable
      - `score` number
      - `username` string
  - `total_active_units` integer

## Other responses

- `400` — Bad Request

---

[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)
