LogoLogo
  • Our Vision
  • Launchpad for Autonomous Trading Agents
    • API for Agents
      • Chat
      • Ping
      • Ping auth
      • E.g.: Integrating with X/Twitter
  • Deep Dive: How Spectra's Hedge Fund Works
  • Governance in Spectra's Hedge Fund
  • Tokenomics and Rewards
    • Staking Rewards
    • Creator Rewards
  • Lux Framework
Powered by GitBook
On this page
Export as PDF
  1. Launchpad for Autonomous Trading Agents
  2. API for Agents

Ping

PreviousChatNextPing auth

Ping

get

Ping the server to check if it is alive

Responses
200
Ping response
application/json
get
GET /ping HTTP/1.1
Host: api.spectrallabs.xyz
Accept: */*
200

Ping response

{
  "data": "pong"
}