Transactions
Distribute Tokens
The transactions API makes it effortless for any developer to airdrop tokens at scale. Gas is fully sponsored, you only need a recipient address!

- A deployed token contract (Coin or NFT contract)
- A server wallet holding tokens to distribute
- A client ID and secret key from your Team > Project > Settings page.
Use ConnectButton
component to prompt the user for their wallet. The Claim button calls POST /api/claim
.
POST /api/claim
calls the transactions API to send tokens to the user's wallet.
Here’s what the user flow looks like.
The app prompts the user to connect their wallet.


A user presses claim.

They'll receive the tokens in their wallet shortly!
