Faucets

Check a faucet transaction

Looks up the receipt for a transaction hash returned by sendFaucetFunds. A hash the node has not seen yet reports status: "pending" with HTTP 200 — poll rather than treating it as an error.

get/api/faucets/{faucetId}/status

Path parameters

faucetId'ethereum-sepolia' | 'arbitrum-sepolia' | 'base-sepolia' | 'optimism-sepolia' | 'polygon-amoy' | 'zksync-sepolia' | 'worldchain-sepolia' | 'soneium-minato' | 'hyperliquid-testnet' | 'monad-testnet' | 'shape-sepolia' | 'abstract-testnet' | 'crossfi-testnet' | 'lens-sepolia' | 'syndicate-risa' | 'gensyn-testnet' | 'humanity-testnet' | 'worldl3-devnet' | 'stable-testnet' | 'starknet-sepolia' | 'unichain-sepolia' | 'ink-sepolia' | 'robinhood-testnet' required

Network the transaction was submitted to.

Query parameters

transactionHashstring required

32-byte transaction hash, 0x-prefixed.

Response

Current state of the transaction.

status'success' | 'failed' | 'pending' required

pending means the node has no receipt yet.

minedboolean

Present and true once a receipt exists.

successboolean

Present on the pending response.

transactionHashstring
chainIdinteger
chainNamestring
explorerUrlstring

Changes

No recorded changes to this endpoint across all 1 revision of this API.