Using Faucets
Welcome to Faucets
CDP Faucets now support Solana Devnet!
A faucet is a service that dispenses small amounts of cryptocurrency (usually testnet tokens) to developers for testing purposes.
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 Wallet API to create a new wallet, or bring your own
We currently offer faucets that support either native ETH, ERC-20, or SPL token standards. Each standard has a claim limit as described below.
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
- Wallet API: Create and manage wallets using the CDP SDK