GraphQL Samples
ChainAnalytics provides GraphQL access to all data. You can start with GraphQL playground here:
You can try a very simple GraphQL query like
query {
block(limit:1, where:{block_height:{_eq:1}}) {
block_height,
day,
month,
year
}You will get the result like
This is when the first block was created on IoTeX network.
Last updated
Was this helpful?