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 auth

PreviousPingNextE.g.: Integrating with X/Twitter

Ping with authentication

get

Ping the server to check if it is alive

Authorizations
Responses
200
Ping response
application/json
get
GET /ping_auth HTTP/1.1
Host: api.spectrallabs.xyz
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200

Ping response

{
  "data": "pong"
}