SQL Query API

  • Query and filter raw analytics events, materialized views, and metrics.
  • Return an activity/event stream for a user.
  • Export analytics data periodically to Kafka or AWS S3.

🚧 In development. Reach out to get early access. 🚧

Wallet Profiles API

  • Fetch wallet profile properties including net worth and wallet labels
  • Detect if a user is a bot with wallet reputation scores
  • Real-time activation API that unifies wallet profile data with in-app wallet messaging

🚧 In development. Reach out to get early access. 🚧

Forms API

Use the Forms API to programmatically create and manage token-gated forms and responses.

  • Create and customize token-gated forms
  • Set wallet verification requirements
  • Manage form access controls
  • Handle form submissions

Base URL

All API requests should be made to:

https://api.formo.so/api

Authentication

API requests require a Workspace API key in the request headers.

x-api-key: your_workspace_api_key

See our Authentication Guide for detailed setup instructions and best practices.

Response Format

All API responses follow this structure:

{
  "isSuccess": boolean,
  "data": object | null,
  "message": string | null,
  "error": object | null
}

Support & Feedback