Gelvx
DiscoverLaunchpadProfileDocs

Documentation

Gelvx on Robinhood Chain

Open app

Overview

  • Introduction
  • Getting started

Launchpad

  • How launches work
  • Fees

Integrations

  • Indexer & bot guide
  • Contracts & events
  • API reference

Partners

  • KOL partner program
IntroductionGetting startedHow launches workFeesIndexer & bot guideContracts & eventsAPI referenceKOL partner program

Integrations

API reference

Public HTTP endpoints for market data and launch metadata.

Base URL: https://gelvx.xyz. All routes are read-only unless noted. Rate limits apply on discover and search.

Market data

EndpointDescription
GET /api/hood/discoverTrending HOOD tokens (GeckoTerminal + DexScreener)
GET /api/hood/token/{address}?chain=hoodToken detail; on-chain Gelvx fallback
GET /api/hood/search?q=Search tokens by name or address
GET /api/hood/eth-priceETH/USD reference price

KOL & referrals

EndpointDescription
GET /api/kol/waitlist?handle=Waitlist status for an X handle
POST /api/kol/waitlistJoin KOL waitlist (body: handle, tweetUrl, …)
GET /api/referrals/binding?wallet=Referrer bound to a wallet
GET /api/referrals/me?wallet=&handle=KOL profile + ref link if allowlisted

Planned

  • GET /api/launches — paginated Gelvx factory launches for partners
  • Webhooks on Launched events

Discover is not Gelvx-filtered

/api/hood/discover returns general HOOD market data. To list only Gelvx launches, index the factory contract or use the upcoming /api/launches endpoint.

Questions? Reach us on X or Discord linked from the app.
……
DiscoverLaunchpadProfileDocs