CDP API v1
cURL
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" }
Request faucet funds to be sent to a wallet address.
Was this page helpful?