getUsdRegistrationPrice

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

Example

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

Parameters

Returns

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