Skip to main content

Gelabs Docs

Gelabs Docs describes API conventions and integration guides for Gelabs infrastructure. The documentation is organized around three themes: on-chain transfer monitoring (address subscription, history queries, real-time delivery and webhooks), real-time token prices, and K-line / aggregated market data for time-series use cases.

What this site covers

AreaDescription
Transfer monitoringCollect, query, and stream address-related transfers and events (HTTP address management, history, WSS, webhooks, and more)
Token pricesReal-time pricing data to combine with on-chain activity, risk controls, or UI
K-line dataCandlesticks and aggregated market series for charts, reporting, or strategies

Integration overview

  • HTTP: Public APIs generally follow a JSON-RPC-style request/response model (see each guide for details).
  • WebSocket (WSS): For long-lived subscriptions and server push (for example, live transfer notifications).

API hosts (infrastructure)

Use these hosts to call Gelabs infrastructure APIs (they may differ from this documentation site’s hostname; use your deployment’s actual endpoints when applicable):

  • HTTPS: https://api.gelabs.org
  • WSS: wss://api.gelabs.org

Using this site

  1. Start from Introduction to confirm scope and integration patterns.
  2. Open Transfer monitoring, Token prices, or K-line sections as needed and follow the endpoint descriptions.
  3. If the docs diverge from production behavior, follow the latest service release notes or operator guidance.

Use the language menu in the top bar to switch between English and 简体中文.