Cost: 1 credit per call
Interactive Playground: Test this endpoint in the API Playground. Get your API key at data.octav.fi
Endpoint
Parameters
string
required
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
string
The Solana wallet address
string
Total value of claimable airdrops in USD
object
Current price conversion rates for major tokens (SOL, ETH, BTC)
string
Timestamp of last data update (milliseconds since epoch)
object
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
object
Chain-level summary (currently Solana only)
Airdrop Asset Fields
Each airdrop asset includes:string
Amount of tokens claimable
string
Token symbol (e.g., “sns”)
string
Token full name
string
USD value of the airdrop
string
Current token price in USD
boolean
Whether the airdrop is currently claimable
string
URL to claim the airdrop
string
Unix timestamp when tokens become available
string
Token contract address
string
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:
Related Endpoints
Portfolio
Get complete portfolio including airdrops
Token Overview
Detailed token breakdown across chains