Developers & APIv1.0.0
REST API & Public Endpoints
Technical documentation for algorithmic traders, Telegram bot developers, and external Web3 integrations.
Updated: 2026-09-24
~3 min read
Verified by Senzo Core
Senzo Lab provides high-throughput REST APIs for retrieving market candles, real-time depth, node network telemetry, and capsule status.
1. Core Endpoints#
• GET https://senzolab.xyz/api/candles — Retrieve historical OHLCV candlestick data for market analysis.
• POST https://senzolab.xyz/api/nodes/claim — Programmatically claim a running worker daemon via API.
• GET https://launch.senzolab.xyz/api/launch — Fetch active token capsules and bonding curve states.
cURL Example
curl -X GET "https://senzolab.xyz/api/candles?symbol=TONUSDT&interval=15m" \
-H "Accept: application/json"Official documentation of the Senzo ecosystem.senzolab.xyz