POST
/
v1
/
networks
/
{network_id}
/
addresses
/
{address_id}
/
faucet
curl --request POST \
  --url https://api.cdp.coinbase.com/platform/v1/networks/{network_id}/addresses/{address_id}/faucet \
  --header 'Authorization: Bearer <token>'
{
  "transaction_hash": "0x53e11e94ebb2438d6ddcfa07dabc9b551d2f440f8363fea941083bc397a86a42",
  "transaction_link": "https://sepolia.basescan.org/tx/0x53e11e94ebb2438d6ddcfa07dabc9b551d2f440f8363fea941083bc397a86a42"
}

Authorizations

Authorization
string
header
required

Enter your JSON Web Token (JWT) here. Refer to the Generate JWT section of our Authentication docs for information on how to generate your Bearer Token.

Path Parameters

network_id
string
required

The ID of the blockchain network.

address_id
string
required

The onchain address for which faucet funds are being fetched.

Response

200
application/json

Successful response for requesting faucet funds.

The faucet transaction