Alchemy Logo

requestAirdrop

POST
/{apiKey}

Requests an airdrop of lamports to a Pubkey.

Path Parameters

stringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

stringrequired

The Pubkey of the account to receive lamports.

integerrequired

The number of lamports to airdrop, as a "u64".

objectoptional

Optional configuration object.

Responses

200

Transaction Signature of the airdrop.

Was this page helpful?