Rest API Documentation




All Risk Scores

Returns the latest values of the Suprafin risk scores for all the tokens for which SupraFin has a score.


In general, to use the API call on your browser:
* If there are no query parameters, append ?api_key=YourApiKey at the end of your request URL
* If there are query parameters, append &api_key=YourApiKey at the end of your request URL.
Make sure you replace YourApiKey with your API key.



response
int

Indicates whether the call succeeded (200) or generated an error (error code)

message
string

Provides details on the error if applicable

data
array

Array of token score objects for all the tokens scored by SupraFin. Some risk categories and sub-categories only apply to certain token types. Only the categories and subcategories relevant to the token will be displayed. Click this link: Risk Scores Object for a full description of the return fields (risk categories and subcategories).
The risk score object has this structure:

symbolstring
The symbol of the token
typestring
The type of the token: exchange, stablecoin, utility, etc.
datestring
Date of the score. Format: iso8601.
Example: 2022-10-31
scoresobject
A risk scores object. The score object has this structure:
totalnumber
Total score of the token
adoptionobject
Score of the token in the Adoption category
assetsobject
Score of the token in the Assets category
marketobject
Score of the token in the Market category
sustainabilityobject
Score of the token in the Sustainability category
technologyobject
Score of the token in the Technology category

Response