Environments
We offer two environments for integration, a playground (sandbox) and production. These environments are connected to their equivalent Ticket Engine environments and data created in via the API will be visible in the Explorer.
Explorer
- Playground: https://playground.explore.onopen.xyz
- Production: https://explore.onopen.xyz/
GraphQL
The Ticket Explorer is a front-end driven by publicly indexed data using TheGraph and then the Metadata endpoint for fetching NFT content. The GraphQL data sources are publicly available for querying:
- Playground: https://thegraph.com/hosted-service/subgraph/getprotocol/playground-get-protocol-subgraph
- Production: https://thegraph.com/hosted-service/subgraph/getprotocol/get-protocol-subgraph
See Developer Tooling for more.
Updated 7 months ago