getStoragePrice

Retrieves the current cost to register a Farcaster fid in wei.

Example

import { getStoragePrice } from "thirdweb/extensions/farcaster";
const price = await getStoragePrice({
client,
});

Parameters

Returns

A promise that resolves to the current cost of a Farcaster fid in USD.