Vectr Vectr
API Online
Health
TAO Ecosystem — REST API

Vectr API

The backend powering the Vectr trading platform on TAO EVM. Token launches, AI-driven agent terminals, custodial wallets, and on-chain order execution — all in one place.

Check Status Open App

Authentication

All protected endpoints require a JWT issued after Twitter OAuth 2.0 login via POST /auth/twitter/callback. Include it as a HttpOnly cookie (token) or pass Authorization: Bearer <token>. API keys can be created at POST /api-keys for programmatic access.

API Modules

/auth REST

Authentication

Twitter OAuth 2.0 login flow. Generates JWT sessions for all protected routes.

/wallet REST

Wallet Manager

AES-256-GCM encrypted custodial wallets. Server-side transaction signing and submission via /wallet/sign-and-submit.

/agent WS + REST

AI Agent Terminal

Natural language → on-chain actions. Claude-powered agent interprets commands and executes trades, launches, and swaps.

/tokens REST

Tokens

Token list, live prices, trade history, and metadata for all assets on TAO EVM.

/launch REST

Token Launch

Create and manage token launches via the oracle. Bonding curves, presale configuration, and launch parameters.

/orders REST

Orders

Limit, stop-loss, TWAP, and DCA order management. Automated execution when price conditions are met.

/apps REST

Apps

AI-generated mini-apps with KV storage and server-side scripts. Render HTML dashboards and run scheduled jobs.

/agent-profiles REST

Agent Profiles

Project metadata and configuration for deployed AI agents. Manage names, descriptions, and social links.

/api-keys REST

API Keys

Create and revoke API keys for programmatic access. Scoped permissions per key.

/llm REST

LLM Gateway

Proxied LLM access with USDC credit billing. Route requests to Claude with usage metering and rate limits.

/presale REST

Presale

Presale indexing and participation tracking. Real-time contribution totals and allocation data.

/twitter REST

Twitter Rewards

Fee recipient claiming for Twitter-linked accounts. Distribute protocol fees to content creators.

/security REST

Security

Spend limits, token allowlists, and wallet guard configuration. Protect wallets from runaway scripts.

/files REST

Files

File upload and download for agent-generated assets, app images, and token media.

/subscription REST

Subscription

Free and Pro tier management. Feature gating based on active subscription status.

/skills REST

Skills

Community-contributed agent skills. Register, discover, and invoke reusable on-chain actions.