Skip to main content

FaucetResponse

successboolean

Indicates whether the faucet request was successful.

hashstring

The transaction hash of the faucet transfer if successful.

errorstring

Error message if the request failed.

FaucetResponse
{
"success": true,
"hash": "string",
"error": "string"
}