Authorizations
A JWT signed using your CDP API Key Secret, encoded in base64. Refer to the Generate Bearer Token section of our Authentication docs for information on how to generate your Bearer Token.
Body
The network to request funds from.
base-sepolia
, ethereum-sepolia
, ethereum-hoodi
"base-sepolia"
The address to request funds to, which is a 0x-prefixed hexadecimal string.
"0x742d35Cc6634C0532925a3b844Bc454e4438f44e"
The token to request funds for.
eth
, usdc
, eurc
, cbbtc
"eth"
Response
Successfully requested funds.
The hash of the transaction that requested the funds.
Note: In rare cases, when gas conditions are unusually high, the transaction may not confirm, and the system may issue a replacement transaction to complete the faucet request. In these rare cases, the transactionHash
will be out of sync with the actual faucet transaction that was confirmed onchain.
"0x742d35Cc6634C0532925a3b844Bc454e4438f44e"