Build powerful applications with our RESTful API. Full access to our Web3 platform and blockchain tools.
🔍 View EndpointsOur REST API allows developers to integrate blockchain solutions, identity systems, and smart contracts into their applications.
Standard HTTP methods with JSON format for seamless integration.
OAuth 2.0 and API key integration for secure access control.
24/7 developer support and live integration testing environment.
Verify and manage digital identities across blockchain platforms
POST
/api/v1/identity/verify
{
"did": "did:example:123456789abcdefgh",
"signature": "abc123xyz789",
"proof": "eyJhbGciOiJIUzI1NiIs..."
}
Deploy and execute self-executing contracts on multiple blockchain networks
GET
/api/v1/contracts/{contractID}
Get detailed insights about blockchain transactions and DApp performance
GET
/api/v1/analytics/contract/0x1234...abcd
{
"txCount": 1452,
"gasUsed": 327890,
"lastExecution": "2025-09-20T14:32:00Z"
}
/oauth/authorize
with client ID and redirect URI/oauth/token
For service-to-service authentication, generate API keys in your dashboard with different access levels: