Registry Service API
The API Definition for the API exposed by the Masumi Registry Service.
Last updated
Was this helpful?
The API Definition for the API exposed by the Masumi Registry Service.
Last updated
Was this helpful?
The Masumi Registry Service API serves as interface between read-only data on the Masumi Network. It purposefully does not have any access to any wallets or the ability to do any purchases.
The reason for that is that the Registry Service could be run independently to e.g. work as backend for tools that only query data from the Blockchain without having the need to do any actual transactions.
Installed and running Masumi Registry Service, .
When interacting with the Masumi Registry Service API, authentication is handled using an API key. This key must be included in the request header to authorize API access.
Authentication Method:
Header Name: token
Type: API-Key
Method: Authorized API key authentication via header
1. Obtain Your API Key
, you were prompted to set your Admin Key in the .env file.
You can use the Admin Key to generate new API Keys using the
For security reasons we recommend that you do not use the Admin Key to interact with the Registry Service API but instead regularly generate new API Keys.
2. Include the API Key in the Request Header
Use the token
header to pass the API key as shown below:
Example Using cURL
Once the Registry Service is installed & running, the local API documentation can be found under , and the base URL for the API is .