POST
/
v2
/
evm
/
faucet
curl --request POST \
  --url https://api.cdp.coinbase.com/platform/v2/evm/faucet \
  --header 'Content-Type: application/json' \
  --data '{
  "network": "base-sepolia",
  "address": "0x742d35Cc6634C0532925a3b844Bc454e4438f44e",
  "token": "eth"
}'
{
  "transactionHash": "0x742d35Cc6634C0532925a3b844Bc454e4438f44e"
}

Body

application/json

Response

200
application/json

Successfully requested funds.

The response is of type object.