Solana · Arazzo Workflow
Solana Request a Devnet Airdrop and Confirm Funding
Version 1.0.0
Check node health, record a balance, request an airdrop, confirm it, and verify the balance moved.
Provider
Workflows
devnet-airdrop
Fund a Devnet or Testnet address with SOL and verify the balance change.
Guards on node health, then airdrops lamports to an address and confirms the resulting balance increase.
1
checkHealth
Confirm the RPC node is caught up with the cluster before spending an airdrop request against a node that would reject or stall it.
2
balanceBefore
Record the lamport balance before the airdrop so the increase can be verified afterwards.
3
requestAirdrop
Ask the Devnet or Testnet faucet to credit the address with the requested lamports. Returns the airdrop transaction signature.
4
confirmAirdrop
Poll the airdrop signature until the cluster confirms it, retrying while the transaction works its way through the slots.
5
balanceAfter
Re-read the balance to prove the airdropped lamports actually landed in the account.
Source API Descriptions
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.