Blockchain API
Learn about basic blockchain API

blockchain
root type is API that includes such basic real-time data as:
(coming soon) accounts - allows to paginate accounts by deploy time or init time, filtering by code_hash
This API is truly a Graph-oriented API .
We followed GraphQL best practices and implemented Relay Cursor Connections Specification for pagination for all lists. You can read more here https://relay.dev/graphql/connections.htm
Last updated
Was this helpful?