Decentralized Oracle Network

Real-Time Data for Smart Contracts

Trustmura Oracle delivers secure, reliable, and tamper-proof data feeds powering DeFi, insurance, gaming, and enterprise blockchain applications.

🔗

🛡️

📊

🌐

🔄

1

Data Sources

2

Node Network

3

On-Chain Delivery

0M+
0%
0
0+

HTTP Header
X-API-Key: your_api_key_here

POST /api/oracle/events

Create Event
curl -X POST https://trustmura.com/api/oracle/events \
  -H "Content-Type: application/json" \
  -H "X-API-Key: your_api_key" \
  -d '{
    "title": "ETH/USD Price Feed",
    "rules": "Update every 30 seconds",
    "options": [
      {"id": "1", "label": "Option A"},
      {"id": "2", "label": "Option B"}
    ]
  }'

PUT /api/oracle/events/:id

Resolve Event
curl -X PUT https://trustmura.com/api/oracle/events/42 \
  -H "Content-Type: application/json" \
  -H "X-API-Key: your_api_key" \
  -d '{
    "answer": "1"
  }'

GET /api/oracle/events

Query Events
curl "https://trustmura.com/api/oracle/events?mid=1&page=1&limit=20"

titlestringYes
rulesstringNo
optionsarrayNo
answerstringNo
midnumberNo
pagenumberNo
limitnumberNo