getUsdStoragePrice

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

Example

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

Parameters

Returns

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