Hub API
The Tribe Hub provides a REST API for reading and writing off-chain social data.
Base URLs
Devnet Hub
https://devnet.hub.tribe.protocolMainnet Hub
https://hub.tribe.protocolEndpoints
| Method | Path | Description |
|---|---|---|
| POST | /v1/submit | Submit a signed message |
| GET | /v1/feed | Global global feed |
| GET | /v1/user/:tid | Get user profile and metadata |
| GET | /v1/followers/:tid | List followers for a TID |
| GET | /v1/search?q= | Full-text search over content |
Real-time Updates
Connect to the Hub's WebSocket endpoint for real-time notification and feed updates.
ws://hub.tribe.protocol/v1/ws