Blockchain API
Learn about basic blockchain API
Last updated
Was this helpful?
Learn about basic blockchain API
Last updated
Was this helpful?
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