requestAirdrop

requestAirdrop RPC Method

post
/

⚠️ WARNING: This RPC method is disabled on Solana Vibe Station mainnet-beta nodes.

This method is not available on our infrastructure. Please use alternative faucets for obtaining devnet/testnet SOL:


Requests an airdrop of lamports to a specified Pubkey.

Authorizations
AuthorizationstringOptional

Authorization header for API key authentication.

Example:

Authorization: your-api-key-here
Body
jsonrpcstring · enumRequired

JSON-RPC protocol version

Example: 2.0Possible values:
idone ofRequired

Request identifier that will be returned in the response

Example: 1
stringOptional
or
numberOptional
methodstring · enumRequired

The RPC method name

Example: requestAirdropPossible values:
Responses
chevron-right
200

Successful Response

application/json

RPC response containing the airdrop transaction signature

jsonrpcstring · enumRequired

JSON-RPC protocol version

Example: 2.0Possible values:
idone ofRequired

Request identifier matching the original request

Example: 1
stringOptional
or
numberOptional
resultstringOptional

Transaction signature (base58 encoded) of the airdrop transaction. This signature can be used to track the transaction status and view the transaction details on block explorers.

Example: 5VERv8NMvzbJMEkV8xnrLkEaWRtSz9CosKDYjCJjBRnbJLgp8uirBgmQpjKhoR4tjF3ZpRzrFmBV6UjKdiSZkQUWPattern: ^[1-9A-HJ-NP-Za-km-z]{87,88}$
post
/

Last updated