Interactive GraphQL playground for querying blockchain data
Our interactive GraphQL playground is currently under development. Get ready to explore blockchain data with powerful queries.
Real-time GraphQL playground with syntax highlighting and auto-completion
Query transactions, blocks, accounts, and smart contract data
Pre-built query templates and examples for common use cases
query GetLatestTransactions { transactions(first: 10, orderBy: timestamp, orderDirection: desc) { id hash from { address } to { address } value timestamp block { number } } }
This is just a preview. The actual GraphQL playground will be available soon.