v1
latestOpenAPI 3.0.42026-07-26159287356.1 KBStorage
Allocation of user
Fetches storage allocations for a given user
get/v2/farcaster/storage/allocations/
Query parameters
fidinteger required
Example:3
The unique identifier of a farcaster user or app (unsigned integer)
Response
Success
Example response
{
"allocations": [
{
"expiry": "2024-10-08T22:03:49.000Z",
"object": "storage_allocation",
"timestamp": "2023-10-09T22:03:49.000Z",
"units": 10,
"user": {
"custody_address": "0x5a927ac639636e534b678e81768ca19e2c6280b7",
"fid": 3
}
}
],
"total_active_units": 13
}