/
/Gauntlet API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 3d ago
Prices2
  • getGet latest token price
  • getGet historical token prices
Strategies1
  • getList curated strategies
System2
  • getLiveness check
  • getChain sync status
TVL1
  • getGet live aggregate TVL
Users4
  • getGet user wallet activity (deposits, withdrawals, transfers)
  • getGet all current positions for a wallet
  • getGet user position in a specific vault
  • getGet user position timeseries for a specific vault
Vaults7
  • getList Gauntlet-curated vaults
  • getList featured vaults
  • getGet vault deployments by slug
  • getGet current vault metrics
  • getGet current vault allocations
  • getGet vault definition
  • getGet vault timeseries data
    System

    Liveness check

    Returns service version + uptime. Use /health/chains for indexer freshness per chain.

    get/health

    Response

    Service is live

    statusstring required
    uptime_secondsinteger required
    versionstring required

    Changes