getRegistrationPrice

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

Example

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

Parameters

Returns

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