The Realms API provides HTTP endpoints for querying DAO data, proposals, members, and more
Realms API
API Access: The Realms API is available under a gated access plan. To get an API key and learn about available tiers, please contact the Realms team at the channels listed below.
Getting Access
API access is managed through plans that determine rate limits and available endpoints. To request access:
Visit the Realms platform
Contact the team through the official channels (see below)
Receive your API key and plan details
Base URL
NEXT_PUBLIC_REALMS_API_URL=<provided upon access>
Available Endpoints
DAOs
List all DAOs
GET /api/v1/daos
Returns a paginated list of all Realms (DAOs) registered on the platform.
Get a specific DAO
Returns detailed information about a specific DAO including governance configuration, token mints, and metadata.
Create a DAO
Programmatic DAO creation through the API.
User Data
Get user profile
Returns a user's governance participation data including DAOs they are members of, voting history, and delegation information.
Leaderboard
Returns ranked DAO and governance participation data.
On-Chain Data Access (No API Key Required)
You can always query SPL Governance data directly from the Solana blockchain without an API key using getProgramAccounts or an indexer: