Orchestration API
This API provides quotes for moving and converting between M0 extensions and other stablecoins
Base URL
https://orchestration-api.m0.xyzAuthentication
The M0 Orchestration API requires authentication via API keys to access its endpoint. This ensures that only authorized users can interact with the API and access its data.
Contact us to obtain an API key.
Using API Keys
To authenticate your requests, include the API key in the Authentication header of your HTTP requests. For example post with curl:
curl -i \
--request GET \
--header "Content-Type: application/json" \
--header "x-api-key: YOUR_API_KEY" \
--data '{"query":"{ __typename }"}' \
https://orchestration-api.m0.xyz/get-supported-assetsAPI keys should be kept secret and not exposed in public repositories or client-side code. If you believe your API key has been compromised, please contact us immediately to revoke the key and issue a new one

