Cardano
The following endpoints are available for the Cardano ecosystem
/risk/scores
/risk/scores
This endpoint provides risk scores for various assets on the Xerberus platform. The response will include the asset name, risk score, and fingerprint for each asset.
Make sure to include the required headers in your request:
x-api-key: Your API key.
x-user-email: Your email address associated with your account.
Here is an example of how to make the request using axios with NodeJS:
/risk/score/asset
This endpoint provides risk scores for a single asset on the Xerberus platform. The response will include the asset name, risk score, subject and fingerprint for each asset.
This API supports two query parameters:
fingerprint - unique identifiers for each asset inside a minting policy
subject - the asset ID of the asset
You can pass either one of the above as per your requirement.
Make sure to include the required headers in your request:
x-api-key: Your API key.
x-user-email: Your email address associated with your account.
You will need to pass an asset fingerprint to fetch the data for the respective asset.
Here is an example of how to make the request using axios with NodeJS for each parameter:
API Output Example
What am I seeing?
Last updated