post https://www.trustalabs.ai/service/openapi/queryMediaScore
Retrieve the overall Media Score and its sub-scores for the specified address on the indicated blockchain.
Response Description
{
"data": {
"address": "0x8849355df7836b176dd794409dcb5612a5e3b5f3",
"mediaScore": 56.45241729820581,
"subScore": {
"monetary": 59.999755034363154,
"engagement": 59.81823800919098,
"diversity": 99.5503935605839,
"identity": 10,
"age": 37.87224051385073
}
},
"success": true,
"code": 0,
"message": ""
}
Field Descriptions
data
: Container for the main response information.
address
: The queried address. This matches the address provided in the API request.mediaScore
: Floating point number representing the MEDIA Score for the address.subScore
: Container for sub-scores, providing a breakdown of the MEDIA Score's components.
success
: Boolean value indicating the success or failure of the API request.
code
: Integer indicating the status of the response. A value of 0
represents success.
message
: String containing any additional information or error messages associated with the API call.
Notes
For addresses where no interaction is found on the queried blockchain, data
will return null
.