Airdrop

The Airdrops endpoint allows you to easily get all the airdrops of any SOL address. It doesn't include protocols positions but the data is live (without any cache).

Base url

https://api.octav.fi

Method

GET

PATH

/v1/airdrop

ACCESS

Restricted with an key, see API Access

Cost per call

1 credit

Query params

Param
Description
Type

addresses*

A SOL address

String

Response Type

Portfolio

Response Example

[
    {
        "address": "J8fo6fHGTD4egvuFE4RRQaBipfcHy5F5YVCcZmmZG6gR",
        "conversionRates": {
            "SOL": "169.19",
            "cbBTC": "115164",
            "ETH": "3654.21"
        },
        "cashBalance": "0",
        "closedPnl": "N/A",
        "dailyIncome": "0",
        "dailyExpense": "0",
        "fees": "0",
        "feesFiat": "0",
        "lastUpdated": "1754497718973",
        "openPnl": "N/A",
        "networth": "29.9896511359350402985808",
        "totalCostBasis": "N/A",
        "assetByProtocols": {
            "sns": {
                "uuid": "",
                "name": "SNS",
                "key": "sns",
                "imgSmall": "https://images.octav.fi/protocols/sns_logo_5d38f801-0213-4241-b9c2-9d427d51099c.webp",
                "imgLarge": "https://images.octav.fi/protocols/sns_logo_5d38f801-0213-4241-b9c2-9d427d51099c.webp",
                "value": "29.9896511359350402985808",
                "totalCostBasis": "N/A",
                "totalClosedPnl": "N/A",
                "totalOpenPnl": "N/A",
                "chains": {
                    "solana": {
                        "name": "Solana",
                        "key": "solana",
                        "imgSmall": "https://images.octav.fi/chains/solana_icon.svg",
                        "imgLarge": "https://images.octav.fi/chains/solana_icon.svg",
                        "color": "#9945FF",
                        "value": "29.9896511359350402985808",
                        "explorerAddressUrl": "https://solscan.io/account/",
                        "totalCostBasis": "N/A",
                        "totalClosedPnl": "N/A",
                        "totalOpenPnl": "N/A",
                        "protocolPositions": {
                            "AIRDROP": {
                                "assets": [],
                                "name": "Airdrop",
                                "protocolPositions": [
                                    {
                                        "assets": [
                                            {
                                                "balance": "14671.9255",
                                                "chainContract": "solana:SNS8DJbHc34nKySHVhLGMUUE72ho6igvJaxtq9T3cX3",
                                                "chainKey": "solana",
                                                "contract": "SNS8DJbHc34nKySHVhLGMUUE72ho6igvJaxtq9T3cX3",
                                                "decimal": "5",
                                                "explorerUrl": "https://solscan.io/token/SNS8DJbHc34nKySHVhLGMUUE72ho6igvJaxtq9T3cX3",
                                                "imgSmall": "https://images.octav.fi/tokens/small/SNS8DJbHc34nKySHVhLGMUUE72ho6igvJaxtq9T3cX3_logo_49a064a0-1cf5-442e-8fa2-cfdb4f17912c.png",
                                                "imgLarge": "https://images.octav.fi/tokens/small/SNS8DJbHc34nKySHVhLGMUUE72ho6igvJaxtq9T3cX3_logo_49a064a0-1cf5-442e-8fa2-cfdb4f17912c.png",
                                                "isClaimable": true,
                                                "link": "https://airdrop.sns.id/",
                                                "name": "solana name service",
                                                "openPnl": "N/A",
                                                "price": "0.0020440160451970016",
                                                "rank": null,
                                                "symbol": "sns",
                                                "totalCostBasis": "N/A",
                                                "unlockAt": "1747137600",
                                                "uuid": "",
                                                "value": "29.9896511359350402985808"
                                            }
                                        ],
                                        "borrowAssets": [],
                                        "dexAssets": [],
                                        "marginAssets": [],
                                        "baseAssets": [],
                                        "quoteAssets": [],
                                        "side": "",
                                        "healthRate": "0",
                                        "name": "Airdrop",
                                        "rewardAssets": [],
                                        "supplyAssets": [],
                                        "collateralizeNFTAssets": [],
                                        "totalCostBasis": "N/A",
                                        "totalClosedPnl": "N/A",
                                        "totalOpenPnl": "N/A",
                                        "unlockAt": "1747137600",
                                        "value": "29.9896511359350402985808",
                                        "poolAddress": "",
                                        "vaultAddress": "",
                                        "siteUrl": ""
                                    }
                                ],
                                "totalOpenPnl": "N/A",
                                "totalCostBasis": "N/A",
                                "totalValue": "29.9896511359350402985808",
                                "unlockAt": "1747137600"
                            }
                        }
                    }
                }
            }
        },
        "chains": {
            "solana": {
                "name": "Solana",
                "key": "solana",
                "chainId": "900",
                "imgSmall": "https://images.octav.fi/chains/solana_icon.svg",
                "imgLarge": "https://images.octav.fi/chains/solana_icon.svg",
                "color": "#9945FF",
                "value": "29.9896511359350402985808",
                "valuePercentile": "0",
                "totalCostBasis": "N/A",
                "totalClosedPnl": "N/A",
                "totalOpenPnl": "N/A"
            }
        },
    }
]

Last updated