World Engine home page
Search or ask...
Get Started
Support
Get Started
Search...
Navigation
REST API
/query/receipts/list
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
REST API
/query/receipts/list
Get transaction receipts from Cardinal
POST
/
query
/
receipts
/
list
Send
Body
object
*
startTick
integer
*
startTick
Required
integer
Body
application/json
startTick
integer
required
Response
200 - application/json
startTick
integer
required
endTick
integer
required
receipts
object[]
required
Show child attributes
receipts.
txHash
string
required
receipts.
tick
integer
required
receipts.
result
object
required
receipts.
errors
string[]
required
/query/persona/signer
/tx/game/{txType}