Skip to main content
POST
/
v2
/
evm
/
faucet
Request funds on EVM test networks
curl --request POST \
  --url https://api.cdp.coinbase.com/platform/v2/evm/faucet \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "network": "base-sepolia",
  "address": "0x742d35Cc6634C0532925a3b844Bc454e4438f44e",
  "token": "eth"
}'
{
  "transactionHash": "0x742d35Cc6634C0532925a3b844Bc454e4438f44e"
}

Authorizations

Authorization
string
header
required

Body

application/json
network
enum<string>
required
Available options:
base-sepolia,
ethereum-sepolia
Example:
address
string
required
Example:
token
enum<string>
required
Available options:
eth,
usdc,
eurc,
cbbtc
Example:

Response

transactionHash
string
required
Example: