TorqueTorque

Search docs

Search Torque documentation pages and sections

API Reference

Platform HTTP API v1 lives at https://app.torque.fi/api/v1. Start with API Overview for the surface map, then follow domain guides for request/response contracts.

Endpoint index

MethodPathAuth
GET/api/v1/healthNone
GET/api/v1/capabilitiesNone
GET/api/v1/openapiNone
GET/api/v1/business/mesk_live_…
GET/api/v1/wallet/meSmart wallet JWT
GET/api/v1/intelligence/feedsk_live_…
GET/api/v1/intelligence/trade-anglessk_live_…
GET/api/v1/intelligence/happening-nowsk_live_…
GET/api/v1/intelligence/briefsk_live_…
GET/api/v1/intelligence/market-outlooksk_live_…
GET/api/v1/opportunities/yieldsk_live_…
GET/api/v1/opportunities/lendingsk_live_…
POST/api/v1/assistant/chatsk_live_… (programmatic)
POST/api/v1/actions/trade/swapSmart wallet JWT
POST/api/v1/actions/trade/swap/solanaSmart wallet JWT
POST/api/v1/actions/transfer/evmSmart wallet JWT
POST/api/v1/actions/transfer/solanaSmart wallet JWT
POST/api/v1/actions/transfer/btcSmart wallet JWT
POST/api/v1/actions/lend/evmSmart wallet JWT
POST/api/v1/actions/borrow/evmSmart wallet JWT
POST/api/v1/actions/stake/evmSmart wallet JWT
POST/api/webhooks/order-updatesk_live_…

Request/response schemas are in the OpenAPI 3.1 spec (GET /api/v1/openapi). Domain guides add narrative context, execution flows, and rate-limit behavior.

Rate limits

Per-key v1 rate limits are not implemented yet. The limits below are actually enforced in production.

SurfaceLimitError
Intelligence force=15 min cooldown per wallet429 COOLDOWN + retryAfterMs
Assistant chat (free tier)20 messages / 30 days per wallet402 assistant_credits_exhausted

Authentication quick reference

auth-headers
# Business / integrator (intelligence, checkout, server chat)
Authorization: Bearer sk_live_…

# End-user wallet actions
Authorization: Bearer <smart_wallet_jwt>

Full guide: Authentication.

Was this helpful?