com.coinbase.cdp.resources.faucets
Constructor Details
AsyncFaucetsClient
clientOptions - ClientOptions
Method Details
withRawResponse
requestEvmFaucet
Overload 1
cbBTC on Base Sepolia and Ethereum Sepolia, and for ETH only on Ethereum Hoodi.
To prevent abuse, we enforce rate limits within a rolling 24-hour window to control the amount of funds that can be requested. These limits are applied at both the CDP User level and the blockchain address level. A single blockchain address cannot exceed the specified limits, even if multiple users submit requests to the same address.
| Token | Amount per Faucet Request |Rolling 24-hour window Rate Limits| |:-----:|:-------------------------:|:--------------------------------:| | ETH | 0.0001 ETH | 0.1 ETH | | USDC | 1 USDC | 10 USDC | | EURC | 1 EURC | 10 EURC | | cbBTC | 0.0001 cbBTC | 0.001 cbBTC |
Parameters:
request - RequestEvmFaucetRequest
Returns:
CompletableFuture<RequestEvmFaucetResponse>
Overload 2
cbBTC on Base Sepolia and Ethereum Sepolia, and for ETH only on Ethereum Hoodi.
To prevent abuse, we enforce rate limits within a rolling 24-hour window to control the amount of funds that can be requested. These limits are applied at both the CDP User level and the blockchain address level. A single blockchain address cannot exceed the specified limits, even if multiple users submit requests to the same address.
| Token | Amount per Faucet Request |Rolling 24-hour window Rate Limits| |:-----:|:-------------------------:|:--------------------------------:| | ETH | 0.0001 ETH | 0.1 ETH | | USDC | 1 USDC | 10 USDC | | EURC | 1 EURC | 10 EURC | | cbBTC | 0.0001 cbBTC | 0.001 cbBTC |
Parameters:
request - RequestEvmFaucetRequest
requestOptions - RequestOptions
Returns:
CompletableFuture<RequestEvmFaucetResponse>
requestSolanaFaucet
Overload 1
request - RequestSolanaFaucetRequest
Returns:
CompletableFuture<RequestSolanaFaucetResponse>
Overload 2
request - RequestSolanaFaucetRequest
requestOptions - RequestOptions
Returns:
CompletableFuture<RequestSolanaFaucetResponse>