airdroppulse
AirdropPulse: Machine-readable airdrop/points-campaign and concentrated-liquidity (LP) analytics, sold per-call via x402 micropayments (USDC on Base plus additional networks) — no API keys, agents pay programmatica
Coverage: Global
Endpoints: • pool-ev ($0.15): Points-per-$1k-TVL-per-day ranking of every eligible GigaDex pool • campaign-status ($0.05): GigaDex points campaign clock, emission math, hypothetical value-per-point scenarios • position-audit ($0.10): Points earned, share, in-range status and projection for a position or account • entry-guide ($0.10): How to participate: contracts, eligible pools, mechanics, GIGA Protect + fake-token warnings • range-model ($0.25): Realized-vol range scenario table for a GigaDex pool • il-forecast ($0.15): Impermanent-loss vs fees scenario table across price moves for a pool + range • position-health ($0.05): In-range status, % through band, edge distances, pending fees — the cheap monitoring poll • rebalance-check ($0.10): Current range vs recentered range, side-by-side scenario comparison • launch-check ($0.05): Launch provenance verdict for a LONG.xyz / Doppler token on Robinhood Chain • launch-feed ($0.10): Live new-launches feed for LONG.xyz / Doppler launchpads on Robinhood Chain • stock-backing ($0.15): Stock-backing analytics for LONG.xyz / Doppler tokens on Robinhood Chain • campaigns ($0.10): Curated registry of verifiably live airdrop/points campaigns across chains
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Response language code (en | es | fr | de | zh | hi | ar | pt | ja | ko | etc.) | |
| pool | No | GigaDex pool address 0x… (required — discover pools via /api/points/pool-ev or /api/points/entry-guide) | |
| chain | No | eip155 chain id. Default 4663 (GigaDex on Robinhood Chain, richest data). Supported: 1, 10, 56, 137, 143, 480, 999, 4663, 8453, 42161, 43114. | |
| limit | No | number of most-recent launches to return (default: 20, max: 50) | |
| token | No | ERC-20 token address 0x… on Robinhood Chain (required) | |
| action | Yes | Which endpoint to call. Options: pool-ev | campaign-status | position-audit | entry-guide | range-model | il-forecast | position-health | rebalance-check | launch-check | launch-feed | stock-backing | campaigns | |
| account | No | Account address 0x… — audits every position held by the account (either this or token_id is required) | |
| fdv_usd | No | Optional additional fully-diluted-valuation scenario in USD to add to the illustrative table | |
| manager | No | NonfungiblePositionManager address override for uncataloged v3 forks (optional; generic chains only). | |
| category | No | Filter by campaign category (default: all) | |
| token_id | No | GigaDex position NFT token id (either this or account is required) | |
| lower_pct | No | Lower range bound as % below current price, e.g. 15 = price × 0.85 (default: 15, clamped 0.5-95) | |
| only_long | No | true = only launches through LONG's primary integrator (default: false, all Doppler launches) | |
| upper_pct | No | Upper range bound as % above current price, e.g. 15 = price × 1.15 (default: 15, clamped 0.5-500) | |
| min_tvl_usd | No | Exclude pools below this TVL in USD (default: 1000) | |
| horizon_days | No | Holding-period horizon in days for the scenario table (default: 14, max 90) | |
| giga_per_point | No | UNOFFICIAL community-implied GIGA-per-point figure used only for the hypothetical scenario table (default: 15; GigaDex has not confirmed any redemption terms) | |
| lookback_hours | No | Hours of price history used for realized volatility (default: 168, max 720) |