Fetching Project Data
Once a project is created on the ORB platform, its gameId can be used to retrieve information about it.
Fetching all created projects
Use this Query to retrieve all the projects created by a specified wallet address.
GetMyProjects
Input Variables
Sample Response
Fetching information about a specific project
Use the following query to retrieve information about a project, based on its specified gameId.
GetProjectInfo
Input Variables
Sample Response
For a specified gameId you can fetch information such as the date it was created, its description and the wallet addres that created it.
Last updated