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

Replace ${API_URL} with your Supabase project URL.

Authentication

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

Endpoints by Category

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

Get Tokens

Browse and filter tokens

Create Post

Create a new post

Vote

Vote on content

Get Notifications

Retrieve user notifications

Rate Limiting

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

Need Help?