All URIs are relative to https://risk.charybdis.januus.io/
Method | HTTP request | Description |
---|---|---|
scoreBtcAddressGet | GET /score/btc/{address} | |
scoreEthAddressGet | GET /score/eth/{address} | |
scoreOtherAddressGet | GET /score/other/{address} |
RiskReport scoreBtcAddressGet(address)
import {RiskScoringApi} from 'risk_scoring_api';
let apiInstance = new RiskScoringApi.DefaultApi();
let address = "address_example"; // String |
apiInstance.scoreBtcAddressGet(address, (error, data, response) => {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
});
Name | Type | Description | Notes |
---|---|---|---|
address | String |
No authorization required
- Content-Type: Not defined
- Accept: application/json;charset=utf-8
RiskReport scoreEthAddressGet(address)
import {RiskScoringApi} from 'risk_scoring_api';
let apiInstance = new RiskScoringApi.DefaultApi();
let address = "address_example"; // String |
apiInstance.scoreEthAddressGet(address, (error, data, response) => {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
});
Name | Type | Description | Notes |
---|---|---|---|
address | String |
No authorization required
- Content-Type: Not defined
- Accept: application/json;charset=utf-8
RiskReport scoreOtherAddressGet(address)
import {RiskScoringApi} from 'risk_scoring_api';
let apiInstance = new RiskScoringApi.DefaultApi();
let address = "address_example"; // String |
apiInstance.scoreOtherAddressGet(address, (error, data, response) => {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
});
Name | Type | Description | Notes |
---|---|---|---|
address | String |
No authorization required
- Content-Type: Not defined
- Accept: application/json;charset=utf-8