API Overview
M0 provides two APIs to help you build on the protocol:
Protocol API (GraphQL)
Query on-chain protocol data including token supplies, holders, yields, and configuration.
- Endpoint:
https://protocol-api.m0.org/graphql - Type: GraphQL
- Authentication: API key in
Authorizationheader
👉 Try the interactive playground
See Authentication for setup details and Recipes for common queries.
Orchestration API (REST)
Get quotes for moving and converting between M0 extensions and other stablecoins.
- Endpoint:
https://orchestration-api.m0.xyz - Type: REST
- Authentication: API key in
x-api-keyheader
See Orchestration API Overview to get started.
Getting an API Key
Both APIs require authentication. Contact us to obtain an API key.

