World Engine home page
Search...
⌘K
Support
Get Started
Get Started
Search...
Navigation
REST API
/events
World Engine
Cardinal (Game Shard)
Game Engine/Client Integration
GitHub
Twitter
Telegram Dev Chat
Cardinal (Game Shard)
Introduction
Introduction to ECS
Loop-driven Runtime
Building Your Game Shard
Project Structure
World (main.go)
Component
System
Message
Query
Cardinal Query Language (CQL)
EVM+ Message and Query
Persona (Game Account)
Configurations (world.toml)
Inter-Shard Communication
EVM to Cardinal
REST API
POST
/query/game/{queryType}
POST
/query/game/cql
POST
/query/persona/signer
POST
/query/receipts/list
POST
/tx/game/{txType}
POST
/tx/persona/create-persona
POST
/query/debug/state
GET
/events
cURL
cURL
Copy
curl
--request
GET
\
--url
http://localhost:4040/events
REST API
/events
Websocket connection for events.
GET
/
events
Try it
cURL
cURL
Copy
curl
--request
GET
\
--url
http://localhost:4040/events
/query/debug/state
Assistant
Responses are generated using AI and may contain mistakes.