Access blockchain functionality through a modern, developer-friendly REST and WebSocket API.
Interact with Ethereum Virtual Machine using RESTful endpoints for contract execution and state management.
Real-time blockchain updates with low-latency WS connections for event streaming and market data.
Issue, transfer, and manage digital assets with our programmable tokenization framework.
Submit a signed blockchain transaction and receive a confirmation receipt.
{ "from": "0x...", "to": "0x...", "value": "1.5", "gasLimit": "21000", "signature": "...", "timestamp": "2023-09-15T12:00:00Z" }
Execute a read-only smart contract method call.
{ "address": "0x...", "method": "getBalance", "params": ["0x..."] }
Real-time blockchain event notifications via WebSocket.
{ "type": "block_confirmation", "block": "1234567", "timestamp": "2023-09-15T12:00:00Z" }
All request require an API key in the Authorization header using Bearer token authentication.
Available Roles: