Dezentrales Oracle-Netzwerk

Echtzeitdaten für Smart Contracts

Trustmura Oracle liefert sichere, zuverlässige und manipulationssichere Datenfeeds für DeFi, Versicherung, Gaming und Unternehmen.

🔗

🛡️

📊

🌐

🔄

1

Datenquellen

2

Knotennetzwerk

3

On-Chain-Lieferung

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