POST
/
v2
/
solana
/
faucet
curl --request POST \
  --url https://api.cdp.coinbase.com/platform/v2/solana/faucet \
  --header 'Content-Type: application/json' \
  --data '{
  "address": "HpabPRRCFbBKSuJr5PdkVvQc85FyxyTWkFM2obBRSvHT",
  "token": "sol"
}'
{
"transactionSignature": "4dje1d24iG2FfxwxTJJt8VSTtYXNc6AAuJwngtL97TJSqqPD3pgRZ7uh4szoU6WDrKyFTBgaswkDrCr7BqWjQqqK"
}

Body

application/json

Response

200
application/json

Successfully requested funds.

The response is of type object.