fetchAirdropFee( distributorId: string, apiUrl: string, apiKey?: string, fetchFn?: ( input: string | URL | Request, init?: RequestInit, ) => Promise<Response>,): Promise<AirdropFeeResponse> Parameters
- distributorId: string
- apiUrl: string
OptionalapiKey: string- fetchFn: (input: string | URL | Request, init?: RequestInit) => Promise<Response> = fetch