CDP Faucets now support Solana Devnet!
CDP Faucets
The Coinbase Developer Platform (CDP) SDK provides a Faucet API that allows you to obtain test tokens using either of the following methods:- UI: Use your CDP account with our Portal for in-browser Faucet management
- Programmatically: Use our Server Wallet to create a new account, or bring your own
Supported Assets
CDP Faucets support Base Sepolia, Ethereum Sepolia, and Solana Devnet testnets.EVM compatible
The following assets are supported on Base Sepolia and Ethereum Sepolia testnets:Symbol | Token standard | Number of claims per 24 hours | Testnet funds per claim |
---|---|---|---|
ETH | Native | 1000 | 0.0001 ETH |
USDC | ERC-20 | 10 | 1 USDC |
EURC | ERC-20 | 10 | 1 EURC |
cbBTC | ERC-20 | 100 | 0.0001 cbBTC |
Solana
The following assets are supported on Solana Devnet:Symbol | Token standard | Number of claims per 24 hours | Devnet funds per claim |
---|---|---|---|
USDC | SPL | 10 | 1 USDC |
SOL | SPL | 10 | 0.00125 SOL |
Find network identifiers for our supported networks in the API Reference.
What to read next
- Faucet Quickstart: Create a faucet request using the CDP SDK
- Server Wallet: Create and manage accounts using the CDP SDK