Cost: 1 credit per call
Interactive Playground: Test this endpoint in the API Playground. Get your API key at data.octav.fi
Endpoint
Parameters
Solana wallet address to check for airdrops
Example
Response
Returns an array of portfolio objects containing airdrop data. The structure follows the same format as the Portfolio endpoint, but filtered to show only airdrop positions.Top-Level Fields
The Solana wallet address
Total value of claimable airdrops in USD
Current price conversion rates for major tokens (SOL, ETH, BTC)
Timestamp of last data update (milliseconds since epoch)
Airdrop positions organized by protocol
Each protocol contains an
AIRDROP key with:protocolPositions[]: Array of airdrop positionstotalValue: Total USD value of airdrops from this protocolunlockAt: Unix timestamp when tokens unlock
Chain-level summary (currently Solana only)
Airdrop Asset Fields
Each airdrop asset includes:Amount of tokens claimable
Token symbol (e.g., “sns”)
Token full name
USD value of the airdrop
Current token price in USD
Whether the airdrop is currently claimable
URL to claim the airdrop
Unix timestamp when tokens become available
Token contract address
Link to view token on blockchain explorer
Example Response
Use Cases
- Check All Airdrops
- Filter Claimable
- Track Value
- Upcoming Unlocks
Get all claimable airdrops for an address:
Best Practices
Check Regularly
Check Regularly
Airdrop eligibility can change frequently:
- Check daily for active addresses
- Set up alerts for new airdrops
- Monitor unlock dates for upcoming claims
Handle Empty Results
Handle Empty Results
Not all addresses will have airdrops:
Verify Claim Links
Verify Claim Links
Always verify claim URLs before using:
- Check that domains match official project sites
- Verify on project’s official social media
- Be cautious of phishing attempts
Track Unlock Dates
Track Unlock Dates
Monitor unlock timestamps:Set reminders for upcoming unlocks to claim promptly
Response Structure Notes
Portfolio Format
Portfolio Format
The airdrop endpoint returns data in the same structure as the Portfolio endpoint:
- Follows the complete portfolio schema
- Filtered to show only AIRDROP protocol positions
- Includes all standard fields (chains, assets, protocols)
- Same nested structure for consistency
AIRDROP Key
AIRDROP Key
Airdrop positions are identified by the This key exists within the protocol’s chain data
AIRDROP key:Unix Timestamps
Unix Timestamps
All time fields use Unix timestamps (seconds since epoch):
unlockAt: When tokens become availablelastUpdated: When data was last synced (milliseconds) Convert to JavaScript Date: