claimWithCaptchaResponse
claimWithCaptchaResponse
is a method on the faucet
object that claims tokens directly using a captcha response. This method combines captcha verification and token claiming in a single step.
claimWithCaptchaResponse
does not require authentication.
Examples
claimWithCaptchaResponse
Parameters
Parameter | Type | Description | Optional |
---|---|---|---|
captchaResponse | string | The captcha response from solving the captcha challenge | false |
recipient | string | The wallet address to receive the claimed tokens | false |
quantity | number | The quantity of tokens to claim | false |