get https://openapi.trustalabs.ai/service/openapi/querySolanaMediaScore
Log in to see full request history
API Authentication
This api use Beaser Authentication
Response Rule
Server will always response http status code 200 when server answer request success. Use response body data, check current query result type with code field:
Code | Description |
---|---|
0 | Success, found valid record with data payload |
40001 | Data not found, data will be null |
In addition to the standard status returns, the interface also includes the following http status code returns, which indicate the reason for the denial, in each case:
Code | Reason |
---|---|
401 | Unauthorized |
429 | Too Many Request, api limits requests to no more than 50 per second |
5XX | Server Errror |
Response Data Field Description
Field Name | Description | Type | Default Value |
---|---|---|---|
address | Wallet address | string | |
score_age | number | 0 | |
score_monetary | number | 0 | |
score_engagement | number | 0 | |
score_diversity | number | 0 | |
score_identity | number | 0 | |
score_total | number | 0 |
Responses