Skip to main content
POST
requestAirdrop

Authorizations

api_key
string
query
required

Body

application/json
jsonrpc
enum<string>
default:2.0
required

The JSON-RPC protocol version.

Available options:
2.0
Example:

"2.0"

id
string
default:1
required

A unique identifier for the request.

Example:

"1"

method
enum<string>
default:requestAirdrop
required

The name of the RPC method to invoke.

Available options:
requestAirdrop
Example:

"requestAirdrop"

params
(string | integer | object)[]
required

Parameters for the airdrop request.

Solana wallet address (public key) to receive the airdrop of test SOL tokens.

Example:

"F1Pe9T8X6cctqFYT8yvddn7fdQ25GWKVETAYQ5v8o5KQ"

Response

200 - application/json

Successfully requested airdrop.

jsonrpc
enum<string>

The JSON-RPC protocol version.

Available options:
2.0
Example:

"2.0"

id
string

Identifier matching the request.

Example:

"1"

result
string

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

Example:

"5VERv8NMvzbJMEkV8xnrLkEaWRtSz9CosKDYjCJjBRnbJLgp8uirBgmQpjKhoR4tjF3ZpRzrFmBV6UjKdiSZkQUW"