API Access
Secure, scalable, and developer-friendly APIs to connect to ελίωρα's decentralized infrastructure. Integrate blockchain capabilities like smart contract execution and token management.
Endpoint Explorer
Getting Started
Initialize your integration with ελίωρα's API using the following base URL and authentication:
curl
curl -X POST "https://api.eliora.com/v1/web3" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "jsonrpc": "2.0", "method": "eth_chainId", "params": [], "id": 1 }'
- 1. Visit the Developer Portal to create an account
- 2. Generate a new API key with appropriate permissions
- 3. Configure your client to use the API endpoint and auth header
API Status
Current Version
v1.2.3
Healthy
Last updated: 12 minutes ago
Rate Limits
Global Requests
982 / 100,000
Web3 Endpoints
892 / 10,000
API Response
Execute a request from the explorer to see the response here.
{ "jsonrpc": "2.0", "result": "0x1b6c", "id": 1 }