Skip to main content

API Operations

MOUNTAIN Public API provides endpoints organized into four main categories:

Project Management

  • Get Projects: List your accessible projects
  • Get Project Detail: Retrieve project configuration and wallet information

Event Notifier

  • Subscription Management: Create and manage blockchain event monitoring
  • Webhook Configuration: Set up event notifications
  • Record Management: View event history and resend failed webhooks

Contract Management

  • Import Contract: Register smart contracts for transaction execution
  • Function Management: Activate/deactivate contract functions

Transaction Execution

  • Execute Transaction: Submit blockchain transactions
  • Transaction Monitoring: Track transaction status and history

API Reference

For complete endpoint documentation, request/response schemas, and interactive testing, visit the API Reference.

Next Steps