requestAirdrop
Requests an airdrop of lamports to a Pubkey
Parameters:
Returns:
// Request
curl https://solana.blockpi.network/v1/rpc/your-rpc-key
POST -H "Content-Type: application/json" -d '
{
"jsonrpc": "2.0",
"id": 1,
"method": "requestAirdrop",
"params": [
"83astBRguLMdt2h5U1Tpdq5tjFoJ6noeGwaY3mDLVcri",
1000000000,
{
"commitment": "finalized"
}
]
}
'
// Result
Last updated
Was this helpful?