Getting started
M0 Protocol API features a GraphQL endpoint to provide information about everything related to the protocol.
Try it yourself
You can connect to the interactive GraphQL playground from your browser:
👉 https://protocol-api.m0.org/graphql
An example GrapqhQL query will be shown. Hitting the play icon will execute the query and display the request's result at right.
At right, you will also find a "Schema" and "Docs" buttons to further explore all the available queries.
Connect your app
You can connect to the GraphQL endpoint from your app using any GraphQL or HTTP client. You will need to provide an API key. Check the Authentication page for more details.

