Skip to main content

Overview

The Thrust API provides comprehensive access to:
  • Token Operations - Trading, pricing, and token management (7 endpoints)
  • Posts & Content - Create and retrieve posts and topics (3 endpoints)
  • Voting & Reactions - Voting system with weighted votes (10 endpoints)
  • Notifications - User notifications and balances (3 endpoints)
  • Clubs & Groups - Club management and messaging (7 endpoints)
  • Timeline & Feed - Content feeds and timelines (3 endpoints)
  • Transactions - Blockchain transactions (4 endpoints)

Base URL

${API_URL}/functions/v1
Replace ${API_URL} with your Supabase project URL.

Authentication

Most endpoints require authentication using an API key:
Authorization: Bearer API_KEY
See the Authentication Guide for details.

Endpoints by Category

Browse the endpoints using the navigation on the left, organized by category.

Rate Limiting

API calls are rate limited per user. Implement appropriate backoff strategies for production use.

Need Help?