Skip to main content
Requests an airdrop of lamports to a Pubkey.

On ThorNode

Forwarded to the upstream node with a 10 s timeout and one retry on a transport error. Mainnet has no faucet; the upstream rejects the call with -32600 Invalid request. Use a devnet endpoint for airdrops.

Parameters

string
required
Solana wallet address (public key) to receive the airdrop of test SOL tokens.
number
required
Amount of SOL to airdrop in lamports for testing.
string
The commitment level for the request.
  • confirmed
  • finalized
  • processed

Response

string
Solana transaction signature of the completed airdrop, can be used to verify the SOL was received.