captchaUrl

captchaUrl is a method on the faucet object that returns the captcha URL for the current process. This URL can be used to present a captcha challenge to users.

captchaUrl does not require authentication.

Examples

captchaUrl

const { processId, captchaUrl } = await ario.faucet.captchaUrl();

Parameters

The captchaUrl method does not accept any parameters.

Output

{
  "processId": "bh9l1cy0aksiL_x9M359faGzM_yjralacHIUo8_nQXM",
  "captchaUrl": "https://faucet.ar.io/captcha?process-id=bh9l1cy0aksiL_x9M359faGzM_yjralacHIUo8_nQXM"
}

Was this page helpful?