MEDIA Score API
Overview
Name: MEDIA Score API
Version: V1.0
Released Date: 2023-08-09
Objective: The purpose of this document is to describe the TrustScan API so that developers can properly call and use the functionality provided by TrustScan.
API Description
API | Query Media Score |
Definition | Get overall MEDIA SCORE and SUB SCORES for the specified address on the specified chain |
Request Language | JavaScript, Java, Python, Shell |
Request Method | POST |
Request URL | |
Headers | Authorization API Key Content-Type |
Body | Chain Id Address |
Responses | MEDIA SCORE SUB SCORES |
Default Limits | [For Trial Service] Total Limits: 1,000 calls [For Official Service] QPS = 10 calls/second (negotiable) Daily Limits: Maximum number of calls to the API permitted per natural day up to 5,000 (negotiable) Monthly Limits: Maximum number of calls to the API permitted per natural month 100,000 (negotiable) |
Status Code | 200 OK: the request was successful, the server successfully processed the request 401 Unauthorized: the request failed authentication and valid credentials are needed |
Update Logs | V1.0 (2023-08-09): Released Version 1.0 |
Body Parameter | Type | Limits | Available Value |
Chain Id | string | Not nullable | "324" |
Address | string | Not nullable | - |
Sample Code
Please refer to our API Reference. For obtaining an Authorization API Key, kindly reach out to us through:
Last updated