Getting Started
Last updated
Last updated
Welcome to our public API documentation! Our API provides easy access to a variety of data and functionality from our platform. To get started, review the endpoints to see what data and functionality is available, and be sure to follow the authentication requirements for each endpoint. If you have any questions or need assistance, please reach out to us via email at ms@xerberus.io
To access our API, you must include the following headers in your request:
x-api-key: Your API key, which has been shared with you.
x-user-email: The email address associated with your account.
Make sure to include these headers in all requests to our API. If you have any questions or need assistance, please contact our support team.
API Key and Email:
The API key is a 32-character alphanumeric string, which will be provided to you. Keep it safe and confidential.
The email associated with your account should be included as the value for the x-user-email
header in all requests to our API.
The base URL for our API is:
You should replace {endpoint}
with the specific endpoint you are hitting.
Display the branded Xerberus rating SVGs ( link here ) matching the "risk_category" string value provided in the API for a given token. Example:
The assets can be found here
Clicking on the rating of a given token should redirect to the matching Xerberus webApp page. You can use the corresponding "asset_name" value in the url as such: - For Cardano tokens : app.xerberus.io/risk/rating/cardano/{asset_name} - For Ethereum tokens: app.xerberus.io/risk/rating/ethereum/{asset_name}
If the x-api-key
or x-user-email
headers are not provided in your API request, you will receive an error response with the message "Missing Email or API key".
Here is an example of the generated error:
If you ever lose your API key, don't worry, we're here to help. Simply contact us via email at ms@xerberus.io and we'll be happy to provide you with a new one. Our team understands that losing access to important data can be frustrating, so we'll do everything we can to assist you in getting back up and running as quickly as possible. Please keep in mind that it's important to keep your API key safe and confidential to prevent unauthorized access to your account. If you have any questions or concerns about API key security, please don't hesitate to reach out to our support team.