POST
/
v1
/
wallets
/
{wallet_id}
/
addresses
/
{address_id}
/
faucet
curl --request POST \
  --url https://api.cdp.coinbase.com/platform/v1/wallets/{wallet_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

wallet_id
string
required

The ID of the wallet the address belongs to.

address_id
string
required

The onchain address of the address that is being fetched.

Response

200
application/json

Successful response for requesting faucet funds.

The faucet transaction